Html Css Color HEX #12337E Dark Cerulean

📋 copy color: '#12337E'

red 18 ◦ green 51 ◦ blue 126

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

Shades of Dark Cerulean #12337E

Tints of Dark Cerulean #12337E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 64.62%

R = 9.23%
G = 26.15%
B = 64.62%

CMYK

 C value IS 0.86

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12337E (or 0x12337E) is known color: Dark Cerulean. HEX triplet: 12, 33 and 7E. RGB value is (18,51,126). Sum of RGB (Red+Green+Blue) = 18+51+126=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 126 (49.61% from 255 or 64.62% from 195); Max value from RGB is 126 - color contains mainly: blue. Hex color #12337E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12337E is #EDCC81. Grayscale: #313131. Windows color (decimal): -15584386 or 8270610. OLE color: 8270610.

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

Color convert

RGB 18 51 126 -
CMYK 0.86 0.60 0 0.51
HSL 221.67º 0.75% 0.28% -
HSV(B) 221.67º 0.86% 0.49% -
XYZ 5.2 4 20.24 -
YUV 49.68 171.07 105.4 -
System Red Green Blue C M Y K H S L
Decimal 18 51 126 0.86 0.60 0 0.51 221.67 0.75 0.28
Hex 12 33 7E 56 3C 0 33 DE 4B 1C
Octal 22 63 176 126 74 0 63 336 113 34
Binary 10010 110011 1111110 1010110 111100 0 110011 11011110 1001011 11100

Color Harmonies of #12337E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12337E

Black with #12337E

Text Example


Text Example

White with #12337E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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