#0260BF

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

Shades of Navy Blue #0260BF

Tints of Navy Blue #0260BF

Color information

#0260BF (or 0x0260BF) is unknown color: approx Navy Blue. HEX triplet: 02, 60 and BF. RGB value is (2,96,191). Sum of RGB (Red+Green+Blue) = 2+96+191=289 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 191 (75% from 255 or 66.09% from 289); Max value from RGB is 191 - color contains mainly: blue. Hex color #0260BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0260BF is #FD9F40. Grayscale: #4E4E4E. Windows color (decimal): -16621377 or 12541954. OLE color: 12541954.

HSL color Cylindrical-coordinate representation of color #0260BF: hue angle of 210.16º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0260BF is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB296191-
CMYK0.990.5000.25
HSL210.16º97.93%37.84%-
HSV(B)210.16º98.95%74.9%-
XYZ13.6112.1450.92-
YUV78.72191.3673.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.69%
GREEN value IS 96 (37.89% from 255) = 33.22%
BLUE value IS 191 (75% from 255) = 66.09%
R=0.69%
G=33.22%
B=66.09%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal2961910.990.5000.25210.1697.9337.84
Hex260BF6332019d26226
Octal21402771436203132214246
Binary101100000101111111100011110010011001110100101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0260BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0260BF; }

 p { color: rgb(2,96,191); }

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

<style>
 a { background-color: #0260BF; }

 a { background-color: rgb(2,96,191); }

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

<style>
 span { border-color: #0260BF; }

 span { border-color: rgb(2,96,191); }

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