Html Css Color HEX #0C397E Dark Cerulean

📋 copy color: '#0C397E'

red 12 ◦ green 57 ◦ blue 126

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

Shades of Dark Cerulean #0C397E

Tints of Dark Cerulean #0C397E

RGB

 RED value IS 12 (5.08% from 255) = 6.15%

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

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

R = 6.15%
G = 29.23%
B = 64.62%

CMYK

 C value IS 0.90

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0C397E (or 0x0C397E) is known color: Dark Cerulean. HEX triplet: 0C, 39 and 7E. RGB value is (12,57,126). Sum of RGB (Red+Green+Blue) = 12+57+126=195 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.15% from 195); Green value is 57 (22.66% from 255 or 29.23% 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 #0C397E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C397E is #F3C681. Grayscale: #333333. Windows color (decimal): -15976066 or 8272140. OLE color: 8272140.

HSL color Cylindrical-coordinate representation of color #0C397E: hue angle of 216.32º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C397E is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 12 57 126 -
CMYK 0.90 0.55 0 0.51
HSL 216.32º 0.83% 0.27% -
HSV(B) 216.32º 0.9% 0.49% -
XYZ 5.38 4.51 20.33 -
YUV 51.41 170.09 99.89 -
System Red Green Blue C M Y K H S L
Decimal 12 57 126 0.90 0.55 0 0.51 216.32 0.83 0.27
Hex C 39 7E 5A 37 0 33 D8 53 1B
Octal 14 71 176 132 67 0 63 330 123 33
Binary 1100 111001 1111110 1011010 110111 0 110011 11011000 1010011 11011

Color Harmonies of #0C397E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C397E

Black with #0C397E

Text Example


Text Example

White with #0C397E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C397E; }

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

 H1.HeaderClassName
 {
   color: #0C397E;
 }
 .AnyTagClassName
 {
   color: #0C397E;
 }
</style>

background-color css

<style>
 a { background-color: #0C397E; }

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

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

border-color css

<style>
 span { border-color: #0C397E; }

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

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