Html Css Color HEX #0C457C Dark Cerulean

📋 copy color: '#0C457C'

red 12 ◦ green 69 ◦ blue 124

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

Shades of Dark Cerulean #0C457C

Tints of Dark Cerulean #0C457C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.66%

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

R = 5.85%
G = 33.66%
B = 60.49%

CMYK

 C value IS 0.90

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0C457C (or 0x0C457C) is known color: Dark Cerulean. HEX triplet: 0C, 45 and 7C. RGB value is (12,69,124). Sum of RGB (Red+Green+Blue) = 12+69+124=205 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.85% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 124 (48.83% from 255 or 60.49% from 205); Max value from RGB is 124 - color contains mainly: blue. Hex color #0C457C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C457C is #F3BA83. Grayscale: #393939. Windows color (decimal): -15972996 or 8144140. OLE color: 8144140.

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

Color convert

RGB 12 69 124 -
CMYK 0.90 0.44 0 0.51
HSL 209.46º 0.82% 0.27% -
HSV(B) 209.46º 0.9% 0.49% -
XYZ 5.92 5.79 19.87 -
YUV 58.23 165.12 95.03 -
System Red Green Blue C M Y K H S L
Decimal 12 69 124 0.90 0.44 0 0.51 209.46 0.82 0.27
Hex C 45 7C 5A 2C 0 33 D1 52 1B
Octal 14 105 174 132 54 0 63 321 122 33
Binary 1100 1000101 1111100 1011010 101100 0 110011 11010001 1010010 11011

Color Harmonies of #0C457C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C457C

Black with #0C457C

Text Example


Text Example

White with #0C457C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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