Html Css Color HEX #0863BE Denim

📋 copy color: '#0863BE'

red 8 ◦ green 99 ◦ blue 190

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

Shades of Denim #0863BE

Tints of Denim #0863BE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.33%

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

R = 2.69%
G = 33.33%
B = 63.97%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0863BE (or 0x0863BE) is known color: Denim. HEX triplet: 08, 63 and BE. RGB value is (8,99,190). Sum of RGB (Red+Green+Blue) = 8+99+190=297 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.69% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 190 (74.61% from 255 or 63.97% from 297); Max value from RGB is 190 - color contains mainly: blue. Hex color #0863BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0863BE is #F79C41. Grayscale: #515151. Windows color (decimal): -16227394 or 12477192. OLE color: 12477192.

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

Color convert

RGB 8 99 190 -
CMYK 0.96 0.48 0 0.25
HSL 210º 0.92% 0.39% -
HSV(B) 210º 0.96% 0.75% -
XYZ 13.86 12.69 50.43 -
YUV 82.17 188.85 75.1 -
System Red Green Blue C M Y K H S L
Decimal 8 99 190 0.96 0.48 0 0.25 210 0.92 0.39
Hex 8 63 BE 60 30 0 19 D2 5C 27
Octal 10 143 276 140 60 0 31 322 134 47
Binary 1000 1100011 10111110 1100000 110000 0 11001 11010010 1011100 100111

Color Harmonies of #0863BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0863BE

Black with #0863BE

Text Example


Text Example

White with #0863BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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