#0268D7

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

Shades of Navy Blue #0268D7

Tints of Navy Blue #0268D7

Color information

#0268D7 (or 0x0268D7) is unknown color: approx Navy Blue. HEX triplet: 02, 68 and D7. RGB value is (2,104,215). Sum of RGB (Red+Green+Blue) = 2+104+215=321 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 215 (84.38% from 255 or 66.98% from 321); Max value from RGB is 215 - color contains mainly: blue. Hex color #0268D7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0268D7 is #FD9728. Grayscale: #555555. Windows color (decimal): -16619305 or 14116866. OLE color: 14116866.

HSL color Cylindrical-coordinate representation of color #0268D7: hue angle of 211.27º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0268D7 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB2104215-
CMYK0.990.5200.16
HSL211.27º98.16%42.55%-
HSV(B)211.27º99.07%84.31%-
XYZ17.2414.8266.24-
YUV86.16200.7167.97-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.62%
GREEN value IS 104 (41.02% from 255) = 32.40%
BLUE value IS 215 (84.38% from 255) = 66.98%
R=0.62%
G=32.40%
B=66.98%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21042150.990.5200.16211.2798.1642.55
Hex268D76334010d3622b
Octal21503271436402032314253
Binary101101000110101111100011110100010000110100111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0268D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0268D7; }

 p { color: rgb(2,104,215); }

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

<style>
 a { background-color: #0268D7; }

 a { background-color: rgb(2,104,215); }

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

<style>
 span { border-color: #0268D7; }

 span { border-color: rgb(2,104,215); }

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