Html Css Color HEX #0863EF Navy Blue

📋 copy color: '#0863EF'

red 8 ◦ green 99 ◦ blue 239

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

Shades of Navy Blue #0863EF

Tints of Navy Blue #0863EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 69.08%

R = 2.31%
G = 28.61%
B = 69.08%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0863EF (or 0x0863EF) is known color: Navy Blue. HEX triplet: 08, 63 and EF. RGB value is (8,99,239). Sum of RGB (Red+Green+Blue) = 8+99+239=346 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 239 (93.75% from 255 or 69.08% from 346); Max value from RGB is 239 - color contains mainly: blue. Hex color #0863EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0863EF is #F79C10. Grayscale: #575757. Windows color (decimal): -16227345 or 15688456. OLE color: 15688456.

HSL color Cylindrical-coordinate representation of color #0863EF: hue angle of 216.36º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0863EF is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 8 99 239 -
CMYK 0.97 0.59 0 0.06
HSL 216.36º 0.94% 0.48% -
HSV(B) 216.36º 0.97% 0.94% -
XYZ 20.14 15.21 83.54 -
YUV 87.75 213.35 71.12 -
System Red Green Blue C M Y K H S L
Decimal 8 99 239 0.97 0.59 0 0.06 216.36 0.94 0.48
Hex 8 63 EF 61 3B 0 6 D8 5E 30
Octal 10 143 357 141 73 0 6 330 136 60
Binary 1000 1100011 11101111 1100001 111011 0 110 11011000 1011110 110000

Color Harmonies of #0863EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0863EF

Black with #0863EF

Text Example


Text Example

White with #0863EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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