Html Css Color HEX #0868BE Navy Blue

📋 copy color: '#0868BE'

red 8 ◦ green 104 ◦ blue 190

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

Shades of Navy Blue #0868BE

Tints of Navy Blue #0868BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 62.91%

R = 2.65%
G = 34.44%
B = 62.91%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0868BE (or 0x0868BE) is known color: Navy Blue. HEX triplet: 08, 68 and BE. RGB value is (8,104,190). Sum of RGB (Red+Green+Blue) = 8+104+190=302 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.65% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 190 (74.61% from 255 or 62.91% from 302); Max value from RGB is 190 - color contains mainly: blue. Hex color #0868BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0868BE is #F79741. Grayscale: #545454. Windows color (decimal): -16226114 or 12478472. OLE color: 12478472.

HSL color Cylindrical-coordinate representation of color #0868BE: hue angle of 208.35º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0868BE is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 104 190 -
CMYK 0.96 0.45 0 0.25
HSL 208.35º 0.92% 0.39% -
HSV(B) 208.35º 0.96% 0.75% -
XYZ 14.34 13.67 50.6 -
YUV 85.1 187.2 73.01 -
System Red Green Blue C M Y K H S L
Decimal 8 104 190 0.96 0.45 0 0.25 208.35 0.92 0.39
Hex 8 68 BE 60 2D 0 19 D0 5C 27
Octal 10 150 276 140 55 0 31 320 134 47
Binary 1000 1101000 10111110 1100000 101101 0 11001 11010000 1011100 100111

Color Harmonies of #0868BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0868BE

Black with #0868BE

Text Example


Text Example

White with #0868BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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