#0869CF

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

Shades of Navy Blue #0869CF

Tints of Navy Blue #0869CF

Color information

#0869CF (or 0x0869CF) is unknown color: approx Navy Blue. HEX triplet: 08, 69 and CF. RGB value is (8,105,207). Sum of RGB (Red+Green+Blue) = 8+105+207=320 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.5% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 207 (81.25% from 255 or 64.69% from 320); Max value from RGB is 207 - color contains mainly: blue. Hex color #0869CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0869CF is #F79630. Grayscale: #575757. Windows color (decimal): -16225841 or 13592840. OLE color: 13592840.

HSL color Cylindrical-coordinate representation of color #0869CF: hue angle of 210.75º 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 #0869CF is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8105207-
CMYK0.960.4900.19
HSL210.75º92.56%42.16%-
HSV(B)210.75º96.14%81.18%-
XYZ16.4114.6661-
YUV87.62195.3671.21-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.5%
GREEN value IS 105 (41.41% from 255) = 32.81%
BLUE value IS 207 (81.25% from 255) = 64.69%
R=2.5%
G=32.81%
B=64.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal81052070.960.4900.19210.7592.5642.16
Hex869CF6031013d35d2a
Octal101513171406102332313552
Binary10001101001110011111100000110001010011110100111011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0869CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0869CF; }

 p { color: rgb(8,105,207); }

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

<style>
 a { background-color: #0869CF; }

 a { background-color: rgb(8,105,207); }

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

<style>
 span { border-color: #0869CF; }

 span { border-color: rgb(8,105,207); }

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