#0863C9

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

Shades of Navy Blue #0863C9

Tints of Navy Blue #0863C9

Color information

#0863C9 (or 0x0863C9) is unknown color: approx Navy Blue. HEX triplet: 08, 63 and C9. RGB value is (8,99,201). Sum of RGB (Red+Green+Blue) = 8+99+201=308 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.60% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 201 (78.91% from 255 or 65.26% from 308); Max value from RGB is 201 - color contains mainly: blue. Hex color #0863C9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0863C9 is #F79C36. Grayscale: #525252. Windows color (decimal): -16227383 or 13198088. OLE color: 13198088.

HSL color Cylindrical-coordinate representation of color #0863C9: hue angle of 211.71º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0863C9 is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB899201-
CMYK0.960.5100.21
HSL211.71º92.34%40.98%-
HSV(B)211.71º96.02%78.82%-
XYZ15.113.1957.01-
YUV83.42194.3574.21-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.60%
GREEN value IS 99 (39.06% from 255) = 32.14%
BLUE value IS 201 (78.91% from 255) = 65.26%
R=2.60%
G=32.14%
B=65.26%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal8992010.960.5100.21211.7192.3440.98
Hex863C96033015d45c29
Octal101433111406302532413451
Binary10001100011110010011100000110011010101110101001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0863C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0863C9; }

 p { color: rgb(8,99,201); }

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

<style>
 a { background-color: #0863C9; }

 a { background-color: rgb(8,99,201); }

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

<style>
 span { border-color: #0863C9; }

 span { border-color: rgb(8,99,201); }

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