Html Css Color HEX #0C427C Dark Cerulean

📋 copy color: '#0C427C'

red 12 ◦ green 66 ◦ blue 124

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

Shades of Dark Cerulean #0C427C

Tints of Dark Cerulean #0C427C

RGB

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

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

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

R = 5.94%
G = 32.67%
B = 61.39%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0C427C (or 0x0C427C) is known color: Dark Cerulean. HEX triplet: 0C, 42 and 7C. RGB value is (12,66,124). Sum of RGB (Red+Green+Blue) = 12+66+124=202 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.94% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 124 (48.83% from 255 or 61.39% from 202); Max value from RGB is 124 - color contains mainly: blue. Hex color #0C427C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C427C is #F3BD83. Grayscale: #383838. Windows color (decimal): -15973764 or 8143372. OLE color: 8143372.

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

Color convert

RGB 12 66 124 -
CMYK 0.90 0.47 0 0.51
HSL 211.07º 0.82% 0.27% -
HSV(B) 211.07º 0.9% 0.49% -
XYZ 5.74 5.43 19.81 -
YUV 56.47 166.11 96.28 -
System Red Green Blue C M Y K H S L
Decimal 12 66 124 0.90 0.47 0 0.51 211.07 0.82 0.27
Hex C 42 7C 5A 2F 0 33 D3 52 1B
Octal 14 102 174 132 57 0 63 323 122 33
Binary 1100 1000010 1111100 1011010 101111 0 110011 11010011 1010010 11011

Color Harmonies of #0C427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C427C

Black with #0C427C

Text Example


Text Example

White with #0C427C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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