Html Css Color HEX #0C327D Dark Cerulean

📋 copy color: '#0C327D'

red 12 ◦ green 50 ◦ blue 125

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

Shades of Dark Cerulean #0C327D

Tints of Dark Cerulean #0C327D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.74%

 BLUE value IS 125 (49.22% from 255) = 66.84%

R = 6.42%
G = 26.74%
B = 66.84%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0C327D (or 0x0C327D) is known color: Dark Cerulean. HEX triplet: 0C, 32 and 7D. RGB value is (12,50,125). Sum of RGB (Red+Green+Blue) = 12+50+125=187 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.42% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 125 (49.22% from 255 or 66.84% from 187); Max value from RGB is 125 - color contains mainly: blue. Hex color #0C327D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C327D is #F3CD82. Grayscale: #2E2E2E. Windows color (decimal): -15977859 or 8204812. OLE color: 8204812.

HSL color Cylindrical-coordinate representation of color #0C327D: hue angle of 219.82º degrees, saturation: 0.82, 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 #0C327D is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 12 50 125 -
CMYK 0.90 0.60 0 0.51
HSL 219.82º 0.82% 0.27% -
HSV(B) 219.82º 0.9% 0.49% -
XYZ 4.99 3.84 19.88 -
YUV 47.19 171.91 102.9 -
System Red Green Blue C M Y K H S L
Decimal 12 50 125 0.90 0.60 0 0.51 219.82 0.82 0.27
Hex C 32 7D 5A 3C 0 33 DC 52 1B
Octal 14 62 175 132 74 0 63 334 122 33
Binary 1100 110010 1111101 1011010 111100 0 110011 11011100 1010010 11011

Color Harmonies of #0C327D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C327D

Black with #0C327D

Text Example


Text Example

White with #0C327D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,50,125); }

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

background-color css

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

 a { background-color: rgb(12,50,125); }

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

border-color css

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

 span { border-color: rgb(12,50,125); }

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