#12448B

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

Shades of Dark Cerulean #12448B

Tints of Dark Cerulean #12448B

Color information

#12448B (or 0x12448B) is unknown color: approx Dark Cerulean. HEX triplet: 12, 44 and 8B. RGB value is (18,68,139). Sum of RGB (Red+Green+Blue) = 18+68+139=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 139 (54.69% from 255 or 61.78% from 225); Max value from RGB is 139 - color contains mainly: blue. Hex color #12448B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12448B is #EDBB74. Grayscale: #3C3C3C. Windows color (decimal): -15580021 or 9126930. OLE color: 9126930.

HSL color Cylindrical-coordinate representation of color #12448B: hue angle of 215.21º 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 #12448B is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1868139-
CMYK0.870.5100.45
HSL215.21º77.07%30.78%-
HSV(B)215.21º87.05%54.51%-
XYZ6.986.1325.24-
YUV61.14171.9497.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8%
GREEN value IS 68 (26.95% from 255) = 30.22%
BLUE value IS 139 (54.69% from 255) = 61.78%
R=8%
G=30.22%
B=61.78%

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
Decimal18681390.870.5100.45215.2177.0730.78
Hex12448B573302Dd74d1f
Octal221042131276305532711537
Binary100101000100100010111010111110011010110111010111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12448B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,68,139); }

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

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

 a { background-color: rgb(18,68,139); }

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

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

 span { border-color: rgb(18,68,139); }

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