Html Css Color HEX #0C5EAE Denim

📋 copy color: '#0C5EAE'

red 12 ◦ green 94 ◦ blue 174

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

Shades of Denim #0C5EAE

Tints of Denim #0C5EAE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.57%

 BLUE value IS 174 (68.36% from 255) = 62.14%

R = 4.29%
G = 33.57%
B = 62.14%

CMYK

 C value IS 0.93

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0C5EAE (or 0x0C5EAE) is known color: Denim. HEX triplet: 0C, 5E and AE. RGB value is (12,94,174). Sum of RGB (Red+Green+Blue) = 12+94+174=280 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.29% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 174 (68.36% from 255 or 62.14% from 280); Max value from RGB is 174 - color contains mainly: blue. Hex color #0C5EAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5EAE is #F3A151. Grayscale: #4E4E4E. Windows color (decimal): -15966546 or 11427340. OLE color: 11427340.

HSL color Cylindrical-coordinate representation of color #0C5EAE: hue angle of 209.63º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C5EAE is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 12 94 174 -
CMYK 0.93 0.46 0 0.32
HSL 209.63º 0.87% 0.36% -
HSV(B) 209.63º 0.93% 0.68% -
XYZ 11.79 11.14 41.57 -
YUV 78.6 181.83 80.5 -
System Red Green Blue C M Y K H S L
Decimal 12 94 174 0.93 0.46 0 0.32 209.63 0.87 0.36
Hex C 5E AE 5D 2E 0 20 D2 57 24
Octal 14 136 256 135 56 0 40 322 127 44
Binary 1100 1011110 10101110 1011101 101110 0 100000 11010010 1010111 100100

Color Harmonies of #0C5EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5EAE

Black with #0C5EAE

Text Example


Text Example

White with #0C5EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,94,174); }

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

background-color css

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

 a { background-color: rgb(12,94,174); }

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

border-color css

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

 span { border-color: rgb(12,94,174); }

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