Html Css Color HEX #0863EA Navy Blue

📋 copy color: '#0863EA'

red 8 ◦ green 99 ◦ blue 234

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

Shades of Navy Blue #0863EA

Tints of Navy Blue #0863EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 68.62%

R = 2.35%
G = 29.03%
B = 68.62%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0863EA (or 0x0863EA) is known color: Navy Blue. HEX triplet: 08, 63 and EA. RGB value is (8,99,234). Sum of RGB (Red+Green+Blue) = 8+99+234=341 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 234 (91.80% from 255 or 68.62% from 341); Max value from RGB is 234 - color contains mainly: blue. Hex color #0863EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0863EA is #F79C15. Grayscale: #565656. Windows color (decimal): -16227350 or 15360776. OLE color: 15360776.

HSL color Cylindrical-coordinate representation of color #0863EA: hue angle of 215.84º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0863EA is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 8 99 234 -
CMYK 0.97 0.58 0 0.08
HSL 215.84º 0.93% 0.47% -
HSV(B) 215.84º 0.97% 0.92% -
XYZ 19.41 14.92 79.7 -
YUV 87.18 210.85 71.52 -
System Red Green Blue C M Y K H S L
Decimal 8 99 234 0.97 0.58 0 0.08 215.84 0.93 0.47
Hex 8 63 EA 61 3A 0 8 D8 5D 2F
Octal 10 143 352 141 72 0 10 330 135 57
Binary 1000 1100011 11101010 1100001 111010 0 1000 11011000 1011101 101111

Color Harmonies of #0863EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0863EA

Black with #0863EA

Text Example


Text Example

White with #0863EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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