Html Css Color HEX #0862EA Navy Blue

📋 copy color: '#0862EA'

red 8 ◦ green 98 ◦ blue 234

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

Shades of Navy Blue #0862EA

Tints of Navy Blue #0862EA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.82%

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

R = 2.35%
G = 28.82%
B = 68.82%

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

#0862EA (or 0x0862EA) is known color: Navy Blue. HEX triplet: 08, 62 and EA. RGB value is (8,98,234). Sum of RGB (Red+Green+Blue) = 8+98+234=340 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 234 (91.80% from 255 or 68.82% from 340); Max value from RGB is 234 - color contains mainly: blue. Hex color #0862EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0862EA is #F79D15. Grayscale: #555555. Windows color (decimal): -16227606 or 15360520. OLE color: 15360520.

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

Color convert

RGB 8 98 234 -
CMYK 0.97 0.58 0 0.08
HSL 216.11º 0.93% 0.47% -
HSV(B) 216.11º 0.97% 0.92% -
XYZ 19.32 14.73 79.67 -
YUV 86.59 211.18 71.94 -
System Red Green Blue C M Y K H S L
Decimal 8 98 234 0.97 0.58 0 0.08 216.11 0.93 0.47
Hex 8 62 EA 61 3A 0 8 D8 5D 2F
Octal 10 142 352 141 72 0 10 330 135 57
Binary 1000 1100010 11101010 1100001 111010 0 1000 11011000 1011101 101111

Color Harmonies of #0862EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0862EA

Black with #0862EA

Text Example


Text Example

White with #0862EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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