Html Css Color HEX #0C4281 Dark Cerulean

📋 copy color: '#0C4281'

red 12 ◦ green 66 ◦ blue 129

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

Shades of Dark Cerulean #0C4281

Tints of Dark Cerulean #0C4281

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.88%

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

R = 5.8%
G = 31.88%
B = 62.32%

CMYK

 C value IS 0.91

 M value IS 0.49

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0C4281 (or 0x0C4281) is known color: Dark Cerulean. HEX triplet: 0C, 42 and 81. RGB value is (12,66,129). Sum of RGB (Red+Green+Blue) = 12+66+129=207 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.80% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 129 (50.78% from 255 or 62.32% from 207); Max value from RGB is 129 - color contains mainly: blue. Hex color #0C4281 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C4281 is #F3BD7E. Grayscale: #383838. Windows color (decimal): -15973759 or 8471052. OLE color: 8471052.

HSL color Cylindrical-coordinate representation of color #0C4281: hue angle of 212.31º 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 #0C4281 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 12 66 129 -
CMYK 0.91 0.49 0 0.49
HSL 212.31º 0.83% 0.28% -
HSV(B) 212.31º 0.91% 0.51% -
XYZ 6.06 5.56 21.52 -
YUV 57.04 168.61 95.88 -
System Red Green Blue C M Y K H S L
Decimal 12 66 129 0.91 0.49 0 0.49 212.31 0.83 0.28
Hex C 42 81 5B 31 0 31 D4 53 1C
Octal 14 102 201 133 61 0 61 324 123 34
Binary 1100 1000010 10000001 1011011 110001 0 110001 11010100 1010011 11100

Color Harmonies of #0C4281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4281

Black with #0C4281

Text Example


Text Example

White with #0C4281

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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