Html Css Color HEX #0856BE Denim

📋 copy color: '#0856BE'

red 8 ◦ green 86 ◦ blue 190

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

Shades of Denim #0856BE

Tints of Denim #0856BE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.28%

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

R = 2.82%
G = 30.28%
B = 66.9%

CMYK

 C value IS 0.96

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0856BE (or 0x0856BE) is known color: Denim. HEX triplet: 08, 56 and BE. RGB value is (8,86,190). Sum of RGB (Red+Green+Blue) = 8+86+190=284 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.82% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 190 (74.61% from 255 or 66.90% from 284); Max value from RGB is 190 - color contains mainly: blue. Hex color #0856BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0856BE is #F7A941. Grayscale: #4A4A4A. Windows color (decimal): -16230722 or 12473864. OLE color: 12473864.

HSL color Cylindrical-coordinate representation of color #0856BE: hue angle of 214.29º 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 #0856BE is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 86 190 -
CMYK 0.96 0.55 0 0.25
HSL 214.29º 0.92% 0.39% -
HSV(B) 214.29º 0.96% 0.75% -
XYZ 12.72 10.42 50.06 -
YUV 74.53 193.16 80.54 -
System Red Green Blue C M Y K H S L
Decimal 8 86 190 0.96 0.55 0 0.25 214.29 0.92 0.39
Hex 8 56 BE 60 37 0 19 D6 5C 27
Octal 10 126 276 140 67 0 31 326 134 47
Binary 1000 1010110 10111110 1100000 110111 0 11001 11010110 1011100 100111

Color Harmonies of #0856BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0856BE

Black with #0856BE

Text Example


Text Example

White with #0856BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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