Html Css Color HEX #0859BE Denim

📋 copy color: '#0859BE'

red 8 ◦ green 89 ◦ blue 190

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

Shades of Denim #0859BE

Tints of Denim #0859BE

RGB

 RED value IS 8 (3.52% from 255) = 2.79%

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

 BLUE value IS 190 (74.61% from 255) = 66.2%

R = 2.79%
G = 31.01%
B = 66.2%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0859BE (or 0x0859BE) is known color: Denim. HEX triplet: 08, 59 and BE. RGB value is (8,89,190). Sum of RGB (Red+Green+Blue) = 8+89+190=287 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.79% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 190 (74.61% from 255 or 66.20% from 287); Max value from RGB is 190 - color contains mainly: blue. Hex color #0859BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0859BE is #F7A641. Grayscale: #4B4B4B. Windows color (decimal): -16229954 or 12474632. OLE color: 12474632.

HSL color Cylindrical-coordinate representation of color #0859BE: hue angle of 213.3º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0859BE is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 89 190 -
CMYK 0.96 0.53 0 0.25
HSL 213.3º 0.92% 0.39% -
HSV(B) 213.3º 0.96% 0.75% -
XYZ 12.97 10.91 50.14 -
YUV 76.3 192.16 79.29 -
System Red Green Blue C M Y K H S L
Decimal 8 89 190 0.96 0.53 0 0.25 213.3 0.92 0.39
Hex 8 59 BE 60 35 0 19 D5 5C 27
Octal 10 131 276 140 65 0 31 325 134 47
Binary 1000 1011001 10111110 1100000 110101 0 11001 11010101 1011100 100111

Color Harmonies of #0859BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0859BE

Black with #0859BE

Text Example


Text Example

White with #0859BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0859BE; }

 p { color: rgb(8,89,190); }

 H1.HeaderClassName
 {
   color: #0859BE;
 }
 .AnyTagClassName
 {
   color: #0859BE;
 }
</style>

background-color css

<style>
 a { background-color: #0859BE; }

 a { background-color: rgb(8,89,190); }

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

border-color css

<style>
 span { border-color: #0859BE; }

 span { border-color: rgb(8,89,190); }

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