Html Css Color HEX #12337D Dark Cerulean

📋 copy color: '#12337D'

red 18 ◦ green 51 ◦ blue 125

#12337D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #12337D

Tints of Dark Cerulean #12337D

RGB

 RED value IS 18 (7.42% from 255) = 9.28%

 GREEN value IS 51 (20.31% from 255) = 26.29%

 BLUE value IS 125 (49.22% from 255) = 64.43%

R = 9.28%
G = 26.29%
B = 64.43%

CMYK

 C value IS 0.86

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12337D (or 0x12337D) is known color: Dark Cerulean. HEX triplet: 12, 33 and 7D. RGB value is (18,51,125). Sum of RGB (Red+Green+Blue) = 18+51+125=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 125 (49.22% from 255 or 64.43% from 194); Max value from RGB is 125 - color contains mainly: blue. Hex color #12337D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12337D is #EDCC82. Grayscale: #313131. Windows color (decimal): -15584387 or 8205074. OLE color: 8205074.

HSL color Cylindrical-coordinate representation of color #12337D: hue angle of 221.5º 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 #12337D is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 51 125 -
CMYK 0.86 0.59 0 0.51
HSL 221.5º 0.75% 0.28% -
HSV(B) 221.5º 0.86% 0.49% -
XYZ 5.13 3.98 19.9 -
YUV 49.57 170.57 105.48 -
System Red Green Blue C M Y K H S L
Decimal 18 51 125 0.86 0.59 0 0.51 221.5 0.75 0.28
Hex 12 33 7D 56 3B 0 33 DD 4B 1C
Octal 22 63 175 126 73 0 63 335 113 34
Binary 10010 110011 1111101 1010110 111011 0 110011 11011101 1001011 11100

Color Harmonies of #12337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12337D

Black with #12337D

Text Example


Text Example

White with #12337D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #12337D;
 }
 .AnyTagClassName
 {
   color: #12337D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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