Html Css Color HEX #0862E4 Navy Blue

📋 copy color: '#0862E4'

red 8 ◦ green 98 ◦ blue 228

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

Shades of Navy Blue #0862E4

Tints of Navy Blue #0862E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 68.26%

R = 2.4%
G = 29.34%
B = 68.26%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#0862E4 (or 0x0862E4) is known color: Navy Blue. HEX triplet: 08, 62 and E4. RGB value is (8,98,228). Sum of RGB (Red+Green+Blue) = 8+98+228=334 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 228 (89.45% from 255 or 68.26% from 334); Max value from RGB is 228 - color contains mainly: blue. Hex color #0862E4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0862E4 is #F79D1B. Grayscale: #555555. Windows color (decimal): -16227612 or 14967304. OLE color: 14967304.

HSL color Cylindrical-coordinate representation of color #0862E4: hue angle of 215.45º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0862E4 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 8 98 228 -
CMYK 0.96 0.57 0 0.11
HSL 215.45º 0.93% 0.46% -
HSV(B) 215.45º 0.96% 0.89% -
XYZ 18.47 14.39 75.2 -
YUV 85.91 208.18 72.43 -
System Red Green Blue C M Y K H S L
Decimal 8 98 228 0.96 0.57 0 0.11 215.45 0.93 0.46
Hex 8 62 E4 60 39 0 B D7 5D 2E
Octal 10 142 344 140 71 0 13 327 135 56
Binary 1000 1100010 11100100 1100000 111001 0 1011 11010111 1011101 101110

Color Harmonies of #0862E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0862E4

Black with #0862E4

Text Example


Text Example

White with #0862E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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