#12457A

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

Shades of Dark Cerulean #12457A

Tints of Dark Cerulean #12457A

Color information

#12457A (or 0x12457A) is unknown color: approx Dark Cerulean. HEX triplet: 12, 45 and 7A. RGB value is (18,69,122). Sum of RGB (Red+Green+Blue) = 18+69+122=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 122 (48.05% from 255 or 58.37% from 209); Max value from RGB is 122 - color contains mainly: blue. Hex color #12457A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12457A is #EDBA85. Grayscale: #3B3B3B. Windows color (decimal): -15579782 or 8013074. OLE color: 8013074.

HSL color Cylindrical-coordinate representation of color #12457A: hue angle of 210.58º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12457A is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1869122-
CMYK0.850.4300.52
HSL210.58º74.29%27.45%-
HSV(B)210.58º85.25%47.84%-
XYZ5.895.7919.22-
YUV59.79163.198.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.61%
GREEN value IS 69 (27.34% from 255) = 33.01%
BLUE value IS 122 (48.05% from 255) = 58.37%
R=8.61%
G=33.01%
B=58.37%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18691220.850.4300.52210.5874.2927.45
Hex12457A552B034d34a1b
Octal221051721255306432311233
Binary10010100010111110101010101101011011010011010011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12457A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,69,122); }

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

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

 a { background-color: rgb(18,69,122); }

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

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

 span { border-color: rgb(18,69,122); }

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