Html Css Color HEX #0856EE Navy Blue

📋 copy color: '#0856EE'

red 8 ◦ green 86 ◦ blue 238

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

Shades of Navy Blue #0856EE

Tints of Navy Blue #0856EE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.9%

 BLUE value IS 238 (93.36% from 255) = 71.69%

R = 2.41%
G = 25.9%
B = 71.69%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0856EE (or 0x0856EE) is known color: Navy Blue. HEX triplet: 08, 56 and EE. RGB value is (8,86,238). Sum of RGB (Red+Green+Blue) = 8+86+238=332 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.41% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 238 (93.36% from 255 or 71.69% from 332); Max value from RGB is 238 - color contains mainly: blue. Hex color #0856EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0856EE is #F7A911. Grayscale: #4F4F4F. Windows color (decimal): -16230674 or 15619592. OLE color: 15619592.

HSL color Cylindrical-coordinate representation of color #0856EE: hue angle of 219.65º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0856EE is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 8 86 238 -
CMYK 0.97 0.64 0 0.07
HSL 219.65º 0.93% 0.48% -
HSV(B) 219.65º 0.97% 0.93% -
XYZ 18.86 12.88 82.38 -
YUV 80.01 217.16 76.64 -
System Red Green Blue C M Y K H S L
Decimal 8 86 238 0.97 0.64 0 0.07 219.65 0.93 0.48
Hex 8 56 EE 61 40 0 7 DC 5D 30
Octal 10 126 356 141 100 0 7 334 135 60
Binary 1000 1010110 11101110 1100001 1000000 0 111 11011100 1011101 110000

Color Harmonies of #0856EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0856EE

Black with #0856EE

Text Example


Text Example

White with #0856EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0856EE; }

 p { color: rgb(8,86,238); }

 H1.HeaderClassName
 {
   color: #0856EE;
 }
 .AnyTagClassName
 {
   color: #0856EE;
 }
</style>

background-color css

<style>
 a { background-color: #0856EE; }

 a { background-color: rgb(8,86,238); }

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

border-color css

<style>
 span { border-color: #0856EE; }

 span { border-color: rgb(8,86,238); }

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