Html Css Color HEX #0868E5 Navy Blue

📋 copy color: '#0868E5'

red 8 ◦ green 104 ◦ blue 229

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

Shades of Navy Blue #0868E5

Tints of Navy Blue #0868E5

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.5%

 BLUE value IS 229 (89.84% from 255) = 67.16%

R = 2.35%
G = 30.5%
B = 67.16%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0868E5 (or 0x0868E5) is known color: Navy Blue. HEX triplet: 08, 68 and E5. RGB value is (8,104,229). Sum of RGB (Red+Green+Blue) = 8+104+229=341 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 229 (89.84% from 255 or 67.16% from 341); Max value from RGB is 229 - color contains mainly: blue. Hex color #0868E5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0868E5 is #F7971A. Grayscale: #585858. Windows color (decimal): -16226075 or 15034376. OLE color: 15034376.

HSL color Cylindrical-coordinate representation of color #0868E5: hue angle of 213.94º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0868E5 is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 8 104 229 -
CMYK 0.97 0.55 0 0.10
HSL 213.94º 0.93% 0.46% -
HSV(B) 213.94º 0.97% 0.9% -
XYZ 19.19 15.61 76.13 -
YUV 89.55 206.7 69.84 -
System Red Green Blue C M Y K H S L
Decimal 8 104 229 0.97 0.55 0 0.10 213.94 0.93 0.46
Hex 8 68 E5 61 37 0 A D6 5D 2E
Octal 10 150 345 141 67 0 12 326 135 56
Binary 1000 1101000 11100101 1100001 110111 0 1010 11010110 1011101 101110

Color Harmonies of #0868E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0868E5

Black with #0868E5

Text Example


Text Example

White with #0868E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0868E5; }

 p { color: rgb(8,104,229); }

 H1.HeaderClassName
 {
   color: #0868E5;
 }
 .AnyTagClassName
 {
   color: #0868E5;
 }
</style>

background-color css

<style>
 a { background-color: #0868E5; }

 a { background-color: rgb(8,104,229); }

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

border-color css

<style>
 span { border-color: #0868E5; }

 span { border-color: rgb(8,104,229); }

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