#0868CB

Color #0868CB Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0868CB

Tints of Navy Blue #0868CB

Color information

#0868CB (or 0x0868CB) is unknown color: approx Navy Blue. HEX triplet: 08, 68 and CB. RGB value is (8,104,203). Sum of RGB (Red+Green+Blue) = 8+104+203=315 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.54% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 203 (79.69% from 255 or 64.44% from 315); Max value from RGB is 203 - color contains mainly: blue. Hex color #0868CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0868CB is #F79734. Grayscale: #565656. Windows color (decimal): -16226101 or 13330440. OLE color: 13330440.

HSL color Cylindrical-coordinate representation of color #0868CB: hue angle of 210.46º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0868CB is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8104203-
CMYK0.960.4900.20
HSL210.46º92.42%41.37%-
HSV(B)210.46º96.06%79.61%-
XYZ15.8314.2658.42-
YUV86.58193.771.95-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.54%
GREEN value IS 104 (41.02% from 255) = 33.02%
BLUE value IS 203 (79.69% from 255) = 64.44%
R=2.54%
G=33.02%
B=64.44%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal81042030.960.4900.20210.4692.4241.37
Hex868CB6031014d25c29
Octal101503131406102432213451
Binary10001101000110010111100000110001010100110100101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0868CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0868CB;
 }
 .AnyTagClassName
 {
   color: #0868CB;
 }
</style>
background-color css

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

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

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

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

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

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