#0265BB

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

Shades of Navy Blue #0265BB

Tints of Navy Blue #0265BB

Color information

#0265BB (or 0x0265BB) is unknown color: approx Navy Blue. HEX triplet: 02, 65 and BB. RGB value is (2,101,187). Sum of RGB (Red+Green+Blue) = 2+101+187=290 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 187 (73.44% from 255 or 64.48% from 290); Max value from RGB is 187 - color contains mainly: blue. Hex color #0265BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0265BB is #FD9A44. Grayscale: #505050. Windows color (decimal): -16620101 or 12281090. OLE color: 12281090.

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

Color convert

RGB2101187-
CMYK0.990.4600.27
HSL207.89º97.88%37.06%-
HSV(B)207.89º98.93%73.33%-
XYZ13.6512.9148.79-
YUV81.2187.771.51-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.69%
GREEN value IS 101 (39.84% from 255) = 34.83%
BLUE value IS 187 (73.44% from 255) = 64.48%
R=0.69%
G=34.83%
B=64.48%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21011870.990.4600.27207.8997.8837.06
Hex265BB632E01Bd06225
Octal21452731435603332014245
Binary101100101101110111100011101110011011110100001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0265BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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