#0275D2

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

Shades of Navy Blue #0275D2

Tints of Navy Blue #0275D2

Color information

#0275D2 (or 0x0275D2) is unknown color: approx Navy Blue. HEX triplet: 02, 75 and D2. RGB value is (2,117,210). Sum of RGB (Red+Green+Blue) = 2+117+210=329 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 210 (82.42% from 255 or 63.83% from 329); Max value from RGB is 210 - color contains mainly: blue. Hex color #0275D2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0275D2 is #FD8A2D. Grayscale: #5C5C5C. Windows color (decimal): -16615982 or 13792514. OLE color: 13792514.

HSL color Cylindrical-coordinate representation of color #0275D2: hue angle of 206.83º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0275D2 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB2117210-
CMYK0.990.4400.18
HSL206.83º98.11%41.57%-
HSV(B)206.83º99.05%82.35%-
XYZ18.0217.3963.38-
YUV93.22193.962.94-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.61%
GREEN value IS 117 (46.09% from 255) = 35.56%
BLUE value IS 210 (82.42% from 255) = 63.83%
R=0.61%
G=35.56%
B=63.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21172100.990.4400.18206.8398.1141.57
Hex275D2632C012cf622a
Octal21653221435402231714252
Binary101110101110100101100011101100010010110011111100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0275D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0275D2; }

 p { color: rgb(2,117,210); }

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

<style>
 a { background-color: #0275D2; }

 a { background-color: rgb(2,117,210); }

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

<style>
 span { border-color: #0275D2; }

 span { border-color: rgb(2,117,210); }

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