Html Css Color HEX #0863DF Navy Blue

📋 copy color: '#0863DF'

red 8 ◦ green 99 ◦ blue 223

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

Shades of Navy Blue #0863DF

Tints of Navy Blue #0863DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 67.58%

R = 2.42%
G = 30%
B = 67.58%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0863DF (or 0x0863DF) is known color: Navy Blue. HEX triplet: 08, 63 and DF. RGB value is (8,99,223). Sum of RGB (Red+Green+Blue) = 8+99+223=330 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.42% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 223 (87.5% from 255 or 67.58% from 330); Max value from RGB is 223 - color contains mainly: blue. Hex color #0863DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0863DF is #F79C20. Grayscale: #555555. Windows color (decimal): -16227361 or 14639880. OLE color: 14639880.

HSL color Cylindrical-coordinate representation of color #0863DF: hue angle of 214.6º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0863DF is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 99 223 -
CMYK 0.96 0.56 0 0.13
HSL 214.6º 0.93% 0.45% -
HSV(B) 214.6º 0.96% 0.87% -
XYZ 17.88 14.3 71.63 -
YUV 85.93 205.35 72.42 -
System Red Green Blue C M Y K H S L
Decimal 8 99 223 0.96 0.56 0 0.13 214.6 0.93 0.45
Hex 8 63 DF 60 38 0 D D7 5D 2D
Octal 10 143 337 140 70 0 15 327 135 55
Binary 1000 1100011 11011111 1100000 111000 0 1101 11010111 1011101 101101

Color Harmonies of #0863DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0863DF

Black with #0863DF

Text Example


Text Example

White with #0863DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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