Html Css Color HEX #0C4381 Dark Cerulean

📋 copy color: '#0C4381'

red 12 ◦ green 67 ◦ blue 129

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

Shades of Dark Cerulean #0C4381

Tints of Dark Cerulean #0C4381

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.21%

 BLUE value IS 129 (50.78% from 255) = 62.02%

R = 5.77%
G = 32.21%
B = 62.02%

CMYK

 C value IS 0.91

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0C4381 (or 0x0C4381) is known color: Dark Cerulean. HEX triplet: 0C, 43 and 81. RGB value is (12,67,129). Sum of RGB (Red+Green+Blue) = 12+67+129=208 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.77% from 208); Green value is 67 (26.56% from 255 or 32.21% from 208); Blue value is 129 (50.78% from 255 or 62.02% from 208); Max value from RGB is 129 - color contains mainly: blue. Hex color #0C4381 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C4381 is #F3BC7E. Grayscale: #393939. Windows color (decimal): -15973503 or 8471308. OLE color: 8471308.

HSL color Cylindrical-coordinate representation of color #0C4381: hue angle of 211.79º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C4381 is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 12 67 129 -
CMYK 0.91 0.48 0 0.49
HSL 211.79º 0.83% 0.28% -
HSV(B) 211.79º 0.91% 0.51% -
XYZ 6.12 5.68 21.54 -
YUV 57.62 168.28 95.46 -
System Red Green Blue C M Y K H S L
Decimal 12 67 129 0.91 0.48 0 0.49 211.79 0.83 0.28
Hex C 43 81 5B 30 0 31 D4 53 1C
Octal 14 103 201 133 60 0 61 324 123 34
Binary 1100 1000011 10000001 1011011 110000 0 110001 11010100 1010011 11100

Color Harmonies of #0C4381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4381

Black with #0C4381

Text Example


Text Example

White with #0C4381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,67,129); }

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

background-color css

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

 a { background-color: rgb(12,67,129); }

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

border-color css

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

 span { border-color: rgb(12,67,129); }

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