Html Css Color HEX #0C59BF Denim

📋 copy color: '#0C59BF'

red 12 ◦ green 89 ◦ blue 191

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

Shades of Denim #0C59BF

Tints of Denim #0C59BF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.48%

 BLUE value IS 191 (75% from 255) = 65.41%

R = 4.11%
G = 30.48%
B = 65.41%

CMYK

 C value IS 0.94

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0C59BF (or 0x0C59BF) is known color: Denim. HEX triplet: 0C, 59 and BF. RGB value is (12,89,191). Sum of RGB (Red+Green+Blue) = 12+89+191=292 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.11% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 191 (75% from 255 or 65.41% from 292); Max value from RGB is 191 - color contains mainly: blue. Hex color #0C59BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C59BF is #F3A640. Grayscale: #4D4D4D. Windows color (decimal): -15967809 or 12540172. OLE color: 12540172.

HSL color Cylindrical-coordinate representation of color #0C59BF: hue angle of 214.19º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C59BF is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 12 89 191 -
CMYK 0.94 0.53 0 0.25
HSL 214.19º 0.88% 0.4% -
HSV(B) 214.19º 0.94% 0.75% -
XYZ 13.13 10.98 50.72 -
YUV 77.61 191.99 81.21 -
System Red Green Blue C M Y K H S L
Decimal 12 89 191 0.94 0.53 0 0.25 214.19 0.88 0.4
Hex C 59 BF 5E 35 0 19 D6 58 28
Octal 14 131 277 136 65 0 31 326 130 50
Binary 1100 1011001 10111111 1011110 110101 0 11001 11010110 1011000 101000

Color Harmonies of #0C59BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C59BF

Black with #0C59BF

Text Example


Text Example

White with #0C59BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,89,191); }

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

background-color css

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

 a { background-color: rgb(12,89,191); }

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

border-color css

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

 span { border-color: rgb(12,89,191); }

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