Html Css Color HEX #12397E Dark Cerulean

📋 copy color: '#12397E'

red 18 ◦ green 57 ◦ blue 126

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

Shades of Dark Cerulean #12397E

Tints of Dark Cerulean #12397E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 28.36%

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

R = 8.96%
G = 28.36%
B = 62.69%

CMYK

 C value IS 0.86

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12397E (or 0x12397E) is known color: Dark Cerulean. HEX triplet: 12, 39 and 7E. RGB value is (18,57,126). Sum of RGB (Red+Green+Blue) = 18+57+126=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 57 (22.66% from 255 or 28.36% from 201); Blue value is 126 (49.61% from 255 or 62.69% from 201); Max value from RGB is 126 - color contains mainly: blue. Hex color #12397E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12397E is #EDC681. Grayscale: #343434. Windows color (decimal): -15582850 or 8272146. OLE color: 8272146.

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

Color convert

RGB 18 57 126 -
CMYK 0.86 0.55 0 0.51
HSL 218.33º 0.75% 0.28% -
HSV(B) 218.33º 0.86% 0.49% -
XYZ 5.48 4.56 20.33 -
YUV 53.21 169.08 102.89 -
System Red Green Blue C M Y K H S L
Decimal 18 57 126 0.86 0.55 0 0.51 218.33 0.75 0.28
Hex 12 39 7E 56 37 0 33 DA 4B 1C
Octal 22 71 176 126 67 0 63 332 113 34
Binary 10010 111001 1111110 1010110 110111 0 110011 11011010 1001011 11100

Color Harmonies of #12397E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12397E

Black with #12397E

Text Example


Text Example

White with #12397E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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