#0266BD

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

Shades of Navy Blue #0266BD

Tints of Navy Blue #0266BD

Color information

#0266BD (or 0x0266BD) is unknown color: approx Navy Blue. HEX triplet: 02, 66 and BD. RGB value is (2,102,189). Sum of RGB (Red+Green+Blue) = 2+102+189=293 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 189 (74.22% from 255 or 64.51% from 293); Max value from RGB is 189 - color contains mainly: blue. Hex color #0266BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0266BD is #FD9942. Grayscale: #515151. Windows color (decimal): -16619843 or 12412418. OLE color: 12412418.

HSL color Cylindrical-coordinate representation of color #0266BD: hue angle of 207.91º 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 #0266BD is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB2102189-
CMYK0.990.4600.26
HSL207.91º97.91%37.45%-
HSV(B)207.91º98.94%74.12%-
XYZ13.9613.1949.95-
YUV82.02188.3770.93-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.68%
GREEN value IS 102 (40.23% from 255) = 34.81%
BLUE value IS 189 (74.22% from 255) = 64.51%
R=0.68%
G=34.81%
B=64.51%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal21021890.990.4600.26207.9197.9137.45
Hex266BD632E01Ad06225
Octal21462751435603232014245
Binary101100110101111011100011101110011010110100001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0266BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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