#12458C

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

Shades of Dark Cerulean #12458C

Tints of Dark Cerulean #12458C

Color information

#12458C (or 0x12458C) is unknown color: approx Dark Cerulean. HEX triplet: 12, 45 and 8C. RGB value is (18,69,140). Sum of RGB (Red+Green+Blue) = 18+69+140=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 140 (55.08% from 255 or 61.67% from 227); Max value from RGB is 140 - color contains mainly: blue. Hex color #12458C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12458C is #EDBA73. Grayscale: #3D3D3D. Windows color (decimal): -15579764 or 9192722. OLE color: 9192722.

HSL color Cylindrical-coordinate representation of color #12458C: hue angle of 214.92º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12458C is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1869140-
CMYK0.870.5100.45
HSL214.92º77.22%30.98%-
HSV(B)214.92º87.14%54.9%-
XYZ7.116.2825.65-
YUV61.84172.196.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.93%
GREEN value IS 69 (27.34% from 255) = 30.40%
BLUE value IS 140 (55.08% from 255) = 61.67%
R=7.93%
G=30.40%
B=61.67%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal18691400.870.5100.45214.9277.2230.98
Hex12458C573302Dd74d1f
Octal221052141276305532711537
Binary100101000101100011001010111110011010110111010111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12458C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12458C; }

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

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

<style>
 a { background-color: #12458C; }

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

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

<style>
 span { border-color: #12458C; }

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

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