Html Css Color HEX #0865EC Navy Blue

📋 copy color: '#0865EC'

red 8 ◦ green 101 ◦ blue 236

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

Shades of Navy Blue #0865EC

Tints of Navy Blue #0865EC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.28%

 BLUE value IS 236 (92.58% from 255) = 68.41%

R = 2.32%
G = 29.28%
B = 68.41%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0865EC (or 0x0865EC) is known color: Navy Blue. HEX triplet: 08, 65 and EC. RGB value is (8,101,236). Sum of RGB (Red+Green+Blue) = 8+101+236=345 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.32% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 236 (92.58% from 255 or 68.41% from 345); Max value from RGB is 236 - color contains mainly: blue. Hex color #0865EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0865EC is #F79A13. Grayscale: #575757. Windows color (decimal): -16226836 or 15492360. OLE color: 15492360.

HSL color Cylindrical-coordinate representation of color #0865EC: hue angle of 215.53º 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 #0865EC is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 8 101 236 -
CMYK 0.97 0.57 0 0.07
HSL 215.53º 0.93% 0.48% -
HSV(B) 215.53º 0.97% 0.93% -
XYZ 19.89 15.42 81.28 -
YUV 88.58 211.19 70.52 -
System Red Green Blue C M Y K H S L
Decimal 8 101 236 0.97 0.57 0 0.07 215.53 0.93 0.48
Hex 8 65 EC 61 39 0 7 D8 5D 30
Octal 10 145 354 141 71 0 7 330 135 60
Binary 1000 1100101 11101100 1100001 111001 0 111 11011000 1011101 110000

Color Harmonies of #0865EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0865EC

Black with #0865EC

Text Example


Text Example

White with #0865EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0865EC; }

 p { color: rgb(8,101,236); }

 H1.HeaderClassName
 {
   color: #0865EC;
 }
 .AnyTagClassName
 {
   color: #0865EC;
 }
</style>

background-color css

<style>
 a { background-color: #0865EC; }

 a { background-color: rgb(8,101,236); }

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

border-color css

<style>
 span { border-color: #0865EC; }

 span { border-color: rgb(8,101,236); }

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