#12468A

Color #12468A Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #12468A

Tints of Dark Cerulean #12468A

Color information

#12468A (or 0x12468A) is unknown color: approx Dark Cerulean. HEX triplet: 12, 46 and 8A. RGB value is (18,70,138). Sum of RGB (Red+Green+Blue) = 18+70+138=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 138 (54.30% from 255 or 61.06% from 226); Max value from RGB is 138 - color contains mainly: blue. Hex color #12468A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12468A is #EDB975. Grayscale: #3D3D3D. Windows color (decimal): -15579510 or 9061906. OLE color: 9061906.

HSL color Cylindrical-coordinate representation of color #12468A: hue angle of 214º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12468A is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1870138-
CMYK0.870.4900.46
HSL214º76.92%30.59%-
HSV(B)214º86.96%54.12%-
XYZ7.036.3424.9-
YUV62.2170.7796.47-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.96%
GREEN value IS 70 (27.73% from 255) = 30.97%
BLUE value IS 138 (54.30% from 255) = 61.06%
R=7.96%
G=30.97%
B=61.06%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal18701380.870.4900.4621476.9230.59
Hex12468A573102Ed64d1f
Octal221062121276105632611537
Binary100101000110100010101010111110001010111011010110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12468A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12468A; }

 p { color: rgb(18,70,138); }

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

<style>
 a { background-color: #12468A; }

 a { background-color: rgb(18,70,138); }

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

<style>
 span { border-color: #12468A; }

 span { border-color: rgb(18,70,138); }

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