Html Css Color HEX #0C3F89 Dark Cerulean

📋 copy color: '#0C3F89'

red 12 ◦ green 63 ◦ blue 137

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

Shades of Dark Cerulean #0C3F89

Tints of Dark Cerulean #0C3F89

RGB

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

 GREEN value IS 63 (25% from 255) = 29.72%

 BLUE value IS 137 (53.91% from 255) = 64.62%

R = 5.66%
G = 29.72%
B = 64.62%

CMYK

 C value IS 0.91

 M value IS 0.54

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0C3F89 (or 0x0C3F89) is known color: Dark Cerulean. HEX triplet: 0C, 3F and 89. RGB value is (12,63,137). Sum of RGB (Red+Green+Blue) = 12+63+137=212 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.66% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 137 (53.91% from 255 or 64.62% from 212); Max value from RGB is 137 - color contains mainly: blue. Hex color #0C3F89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3F89 is #F3C076. Grayscale: #373737. Windows color (decimal): -15974519 or 8994572. OLE color: 8994572.

HSL color Cylindrical-coordinate representation of color #0C3F89: hue angle of 215.52º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C3F89 is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 12 63 137 -
CMYK 0.91 0.54 0 0.46
HSL 215.52º 0.84% 0.29% -
HSV(B) 215.52º 0.91% 0.54% -
XYZ 6.44 5.44 24.38 -
YUV 56.19 173.6 96.48 -
System Red Green Blue C M Y K H S L
Decimal 12 63 137 0.91 0.54 0 0.46 215.52 0.84 0.29
Hex C 3F 89 5B 36 0 2E D8 54 1D
Octal 14 77 211 133 66 0 56 330 124 35
Binary 1100 111111 10001001 1011011 110110 0 101110 11011000 1010100 11101

Color Harmonies of #0C3F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3F89

Black with #0C3F89

Text Example


Text Example

White with #0C3F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,63,137); }

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

background-color css

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

 a { background-color: rgb(12,63,137); }

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

border-color css

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

 span { border-color: rgb(12,63,137); }

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