Html Css Color HEX #0C5CAF Denim

📋 copy color: '#0C5CAF'

red 12 ◦ green 92 ◦ blue 175

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

Shades of Denim #0C5CAF

Tints of Denim #0C5CAF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.97%

 BLUE value IS 175 (68.75% from 255) = 62.72%

R = 4.3%
G = 32.97%
B = 62.72%

CMYK

 C value IS 0.93

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0C5CAF (or 0x0C5CAF) is known color: Denim. HEX triplet: 0C, 5C and AF. RGB value is (12,92,175). Sum of RGB (Red+Green+Blue) = 12+92+175=279 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.30% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 175 (68.75% from 255 or 62.72% from 279); Max value from RGB is 175 - color contains mainly: blue. Hex color #0C5CAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5CAF is #F3A350. Grayscale: #4D4D4D. Windows color (decimal): -15967057 or 11492364. OLE color: 11492364.

HSL color Cylindrical-coordinate representation of color #0C5CAF: hue angle of 210.55º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C5CAF is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 12 92 175 -
CMYK 0.93 0.47 0 0.31
HSL 210.55º 0.87% 0.37% -
HSV(B) 210.55º 0.93% 0.69% -
XYZ 11.72 10.83 42.03 -
YUV 77.54 183 81.25 -
System Red Green Blue C M Y K H S L
Decimal 12 92 175 0.93 0.47 0 0.31 210.55 0.87 0.37
Hex C 5C AF 5D 2F 0 1F D3 57 25
Octal 14 134 257 135 57 0 37 323 127 45
Binary 1100 1011100 10101111 1011101 101111 0 11111 11010011 1010111 100101

Color Harmonies of #0C5CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5CAF

Black with #0C5CAF

Text Example


Text Example

White with #0C5CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,92,175); }

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

background-color css

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

 a { background-color: rgb(12,92,175); }

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

border-color css

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

 span { border-color: rgb(12,92,175); }

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