Html Css Color HEX #0864EF Navy Blue

📋 copy color: '#0864EF'

red 8 ◦ green 100 ◦ blue 239

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

Shades of Navy Blue #0864EF

Tints of Navy Blue #0864EF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.82%

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

R = 2.31%
G = 28.82%
B = 68.88%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0864EF (or 0x0864EF) is known color: Navy Blue. HEX triplet: 08, 64 and EF. RGB value is (8,100,239). Sum of RGB (Red+Green+Blue) = 8+100+239=347 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 239 (93.75% from 255 or 68.88% from 347); Max value from RGB is 239 - color contains mainly: blue. Hex color #0864EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0864EF is #F79B10. Grayscale: #575757. Windows color (decimal): -16227089 or 15688712. OLE color: 15688712.

HSL color Cylindrical-coordinate representation of color #0864EF: hue angle of 216.1º 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 #0864EF is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 8 100 239 -
CMYK 0.97 0.58 0 0.06
HSL 216.1º 0.94% 0.48% -
HSV(B) 216.1º 0.97% 0.94% -
XYZ 20.24 15.4 83.57 -
YUV 88.34 213.02 70.7 -
System Red Green Blue C M Y K H S L
Decimal 8 100 239 0.97 0.58 0 0.06 216.1 0.94 0.48
Hex 8 64 EF 61 3A 0 6 D8 5E 30
Octal 10 144 357 141 72 0 6 330 136 60
Binary 1000 1100100 11101111 1100001 111010 0 110 11011000 1011110 110000

Color Harmonies of #0864EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0864EF

Black with #0864EF

Text Example


Text Example

White with #0864EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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