#0265BD

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

Shades of Navy Blue #0265BD

Tints of Navy Blue #0265BD

Color information

#0265BD (or 0x0265BD) is unknown color: approx Navy Blue. HEX triplet: 02, 65 and BD. RGB value is (2,101,189). Sum of RGB (Red+Green+Blue) = 2+101+189=292 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 189 (74.22% from 255 or 64.73% from 292); Max value from RGB is 189 - color contains mainly: blue. Hex color #0265BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0265BD is #FD9A42. Grayscale: #505050. Windows color (decimal): -16620099 or 12412162. OLE color: 12412162.

HSL color Cylindrical-coordinate representation of color #0265BD: hue angle of 208.24º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0265BD is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB2101189-
CMYK0.990.4700.26
HSL208.24º97.91%37.45%-
HSV(B)208.24º98.94%74.12%-
XYZ13.8612.9949.92-
YUV81.43188.771.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.68%
GREEN value IS 101 (39.84% from 255) = 34.59%
BLUE value IS 189 (74.22% from 255) = 64.73%
R=0.68%
G=34.59%
B=64.73%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal21011890.990.4700.26208.2497.9137.45
Hex265BD632F01Ad06225
Octal21452751435703232014245
Binary101100101101111011100011101111011010110100001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0265BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0265BD; }

 p { color: rgb(2,101,189); }

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

<style>
 a { background-color: #0265BD; }

 a { background-color: rgb(2,101,189); }

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

<style>
 span { border-color: #0265BD; }

 span { border-color: rgb(2,101,189); }

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