#12347D

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

Shades of Dark Cerulean #12347D

Tints of Dark Cerulean #12347D

Color information

#12347D (or 0x12347D) is unknown color: approx Dark Cerulean. HEX triplet: 12, 34 and 7D. RGB value is (18,52,125). Sum of RGB (Red+Green+Blue) = 18+52+125=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 52 (20.70% from 255 or 26.67% from 195); Blue value is 125 (49.22% from 255 or 64.10% from 195); Max value from RGB is 125 - color contains mainly: blue. Hex color #12347D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12347D is #EDCB82. Grayscale: #313131. Windows color (decimal): -15584131 or 8205330. OLE color: 8205330.

HSL color Cylindrical-coordinate representation of color #12347D: hue angle of 220.93º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12347D is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1852125-
CMYK0.860.5800.51
HSL220.93º74.83%28.04%-
HSV(B)220.93º85.6%49.02%-
XYZ5.184.0719.91-
YUV50.16170.24105.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.23%
GREEN value IS 52 (20.70% from 255) = 26.67%
BLUE value IS 125 (49.22% from 255) = 64.10%
R=9.23%
G=26.67%
B=64.10%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18521250.860.5800.51220.9374.8328.04
Hex12347D563A033dd4b1c
Octal22641751267206333511334
Binary1001011010011111011010110111010011001111011101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12347D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12347D; }

 p { color: rgb(18,52,125); }

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

<style>
 a { background-color: #12347D; }

 a { background-color: rgb(18,52,125); }

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

<style>
 span { border-color: #12347D; }

 span { border-color: rgb(18,52,125); }

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