Html Css Color HEX #0863BC Denim

📋 copy color: '#0863BC'

red 8 ◦ green 99 ◦ blue 188

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

Shades of Denim #0863BC

Tints of Denim #0863BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 63.73%

R = 2.71%
G = 33.56%
B = 63.73%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0863BC (or 0x0863BC) is known color: Denim. HEX triplet: 08, 63 and BC. RGB value is (8,99,188). Sum of RGB (Red+Green+Blue) = 8+99+188=295 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.71% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 188 (73.83% from 255 or 63.73% from 295); Max value from RGB is 188 - color contains mainly: blue. Hex color #0863BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0863BC is #F79C43. Grayscale: #515151. Windows color (decimal): -16227396 or 12346120. OLE color: 12346120.

HSL color Cylindrical-coordinate representation of color #0863BC: hue angle of 209.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0863BC is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 99 188 -
CMYK 0.96 0.47 0 0.26
HSL 209.67º 0.92% 0.38% -
HSV(B) 209.67º 0.96% 0.74% -
XYZ 13.64 12.61 49.29 -
YUV 81.94 187.85 75.26 -
System Red Green Blue C M Y K H S L
Decimal 8 99 188 0.96 0.47 0 0.26 209.67 0.92 0.38
Hex 8 63 BC 60 2F 0 1A D2 5C 26
Octal 10 143 274 140 57 0 32 322 134 46
Binary 1000 1100011 10111100 1100000 101111 0 11010 11010010 1011100 100110

Color Harmonies of #0863BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0863BC

Black with #0863BC

Text Example


Text Example

White with #0863BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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