#0867CF

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

Shades of Navy Blue #0867CF

Tints of Navy Blue #0867CF

Color information

#0867CF (or 0x0867CF) is unknown color: approx Navy Blue. HEX triplet: 08, 67 and CF. RGB value is (8,103,207). Sum of RGB (Red+Green+Blue) = 8+103+207=318 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.52% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 207 (81.25% from 255 or 65.09% from 318); Max value from RGB is 207 - color contains mainly: blue. Hex color #0867CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0867CF is #F79830. Grayscale: #555555. Windows color (decimal): -16226353 or 13592328. OLE color: 13592328.

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

Color convert

RGB8103207-
CMYK0.960.5000.19
HSL211.36º92.56%42.16%-
HSV(B)211.36º96.14%81.18%-
XYZ16.2114.2660.93-
YUV86.45196.0372.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.52%
GREEN value IS 103 (40.62% from 255) = 32.39%
BLUE value IS 207 (81.25% from 255) = 65.09%
R=2.52%
G=32.39%
B=65.09%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal81032070.960.5000.19211.3692.5642.16
Hex867CF6032013d35d2a
Octal101473171406202332313552
Binary10001100111110011111100000110010010011110100111011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0867CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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