#12083B

Color #12083B Tolopea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tolopea #12083B

Tints of Tolopea #12083B

Color information

#12083B (or 0x12083B) is unknown color: approx Tolopea. HEX triplet: 12, 08 and 3B. RGB value is (18,8,59). Sum of RGB (Red+Green+Blue) = 18+8+59=85 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.18% from 85); Green value is 8 (3.52% from 255 or 9.41% from 85); Blue value is 59 (23.44% from 255 or 69.41% from 85); Max value from RGB is 59 - color contains mainly: blue. Hex color #12083B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12083B is #EDF7C4. Grayscale: #101010. Windows color (decimal): -15595461 or 3868690. OLE color: 3868690.

HSL color Cylindrical-coordinate representation of color #12083B: hue angle of 251.76º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12083B is Cyan = 0.69, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB18859-
CMYK0.690.8600.77
HSL251.76º76.12%13.14%-
HSV(B)251.76º86.44%23.14%-
XYZ1.130.624.2-
YUV16.8151.81128.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 21.18%
GREEN value IS 8 (3.52% from 255) = 9.41%
BLUE value IS 59 (23.44% from 255) = 69.41%
R=21.18%
G=9.41%
B=69.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal188590.690.8600.77251.7676.1213.14
Hex1283B455604Dfc4cd
Octal221073105126011537411415
Binary10010100011101110001011010110010011011111110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12083B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12083B; }

 p { color: rgb(18,8,59); }

 H1.HeaderClassName
 {
   color: #12083B;
 }
 .AnyTagClassName
 {
   color: #12083B;
 }
</style>
background-color css

<style>
 a { background-color: #12083B; }

 a { background-color: rgb(18,8,59); }

 div.DivClassName
 {
   background-color: #12083B;
 }
 .BgClassName
 {
   background-color: #12083B;
 }
</style>
border-color css

<style>
 span { border-color: #12083B; }

 span { border-color: rgb(18,8,59); }

 td.TdClassName
 {
   border-color: #12083B;
 }
 .TagClassName
 {
   border-color: #12083B;
 }
</style>