#0268B5

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

Shades of Navy Blue #0268B5

Tints of Navy Blue #0268B5

Color information

#0268B5 (or 0x0268B5) is unknown color: approx Navy Blue. HEX triplet: 02, 68 and B5. RGB value is (2,104,181). Sum of RGB (Red+Green+Blue) = 2+104+181=287 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 181 (71.09% from 255 or 63.07% from 287); Max value from RGB is 181 - color contains mainly: blue. Hex color #0268B5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0268B5 is #FD974A. Grayscale: #515151. Windows color (decimal): -16619339 or 11888642. OLE color: 11888642.

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

Color convert

RGB2104181-
CMYK0.990.4300.29
HSL205.81º97.81%35.88%-
HSV(B)205.81º98.9%70.98%-
XYZ13.3213.2545.57-
YUV82.28183.7170.74-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.70%
GREEN value IS 104 (41.02% from 255) = 36.24%
BLUE value IS 181 (71.09% from 255) = 63.07%
R=0.70%
G=36.24%
B=63.07%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal21041810.990.4300.29205.8197.8135.88
Hex268B5632B01Dce6224
Octal21502651435303531614244
Binary101101000101101011100011101011011101110011101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0268B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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