Html Css Color HEX #0865CE Navy Blue

📋 copy color: '#0865CE'

red 8 ◦ green 101 ◦ blue 206

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

Shades of Navy Blue #0865CE

Tints of Navy Blue #0865CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 65.4%

R = 2.54%
G = 32.06%
B = 65.4%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0865CE (or 0x0865CE) is known color: Navy Blue. HEX triplet: 08, 65 and CE. RGB value is (8,101,206). Sum of RGB (Red+Green+Blue) = 8+101+206=315 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.54% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 206 (80.86% from 255 or 65.40% from 315); Max value from RGB is 206 - color contains mainly: blue. Hex color #0865CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0865CE is #F79A31. Grayscale: #545454. Windows color (decimal): -16226866 or 13526280. OLE color: 13526280.

HSL color Cylindrical-coordinate representation of color #0865CE: hue angle of 211.82º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0865CE is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 8 101 206 -
CMYK 0.96 0.51 0 0.19
HSL 211.82º 0.93% 0.42% -
HSV(B) 211.82º 0.96% 0.81% -
XYZ 15.89 13.82 60.22 -
YUV 85.16 196.19 72.96 -
System Red Green Blue C M Y K H S L
Decimal 8 101 206 0.96 0.51 0 0.19 211.82 0.93 0.42
Hex 8 65 CE 60 33 0 13 D4 5D 2A
Octal 10 145 316 140 63 0 23 324 135 52
Binary 1000 1100101 11001110 1100000 110011 0 10011 11010100 1011101 101010

Color Harmonies of #0865CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0865CE

Black with #0865CE

Text Example


Text Example

White with #0865CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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