Html Css Color HEX #0C327C Dark Cerulean

📋 copy color: '#0C327C'

red 12 ◦ green 50 ◦ blue 124

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

Shades of Dark Cerulean #0C327C

Tints of Dark Cerulean #0C327C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 66.67%

R = 6.45%
G = 26.88%
B = 66.67%

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

#0C327C (or 0x0C327C) is known color: Dark Cerulean. HEX triplet: 0C, 32 and 7C. RGB value is (12,50,124). Sum of RGB (Red+Green+Blue) = 12+50+124=186 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.45% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 124 (48.83% from 255 or 66.67% from 186); Max value from RGB is 124 - color contains mainly: blue. Hex color #0C327C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C327C is #F3CD83. Grayscale: #2E2E2E. Windows color (decimal): -15977860 or 8139276. OLE color: 8139276.

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

Color convert

RGB 12 50 124 -
CMYK 0.90 0.60 0 0.51
HSL 219.64º 0.82% 0.27% -
HSV(B) 219.64º 0.9% 0.49% -
XYZ 4.93 3.81 19.55 -
YUV 47.07 171.41 102.98 -
System Red Green Blue C M Y K H S L
Decimal 12 50 124 0.90 0.60 0 0.51 219.64 0.82 0.27
Hex C 32 7C 5A 3C 0 33 DC 52 1B
Octal 14 62 174 132 74 0 63 334 122 33
Binary 1100 110010 1111100 1011010 111100 0 110011 11011100 1010010 11011

Color Harmonies of #0C327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C327C

Black with #0C327C

Text Example


Text Example

White with #0C327C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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