#0277C9

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

Shades of Navy Blue #0277C9

Tints of Navy Blue #0277C9

Color information

#0277C9 (or 0x0277C9) is unknown color: approx Navy Blue. HEX triplet: 02, 77 and C9. RGB value is (2,119,201). Sum of RGB (Red+Green+Blue) = 2+119+201=322 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 201 (78.91% from 255 or 62.42% from 322); Max value from RGB is 201 - color contains mainly: blue. Hex color #0277C9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0277C9 is #FD8836. Grayscale: #5C5C5C. Windows color (decimal): -16615479 or 13203202. OLE color: 13203202.

HSL color Cylindrical-coordinate representation of color #0277C9: hue angle of 204.72º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0277C9 is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB2119201-
CMYK0.990.4100.21
HSL204.72º98.03%39.8%-
HSV(B)204.72º99%78.82%-
XYZ17.1617.4257.72-
YUV93.36188.7462.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.62%
GREEN value IS 119 (46.88% from 255) = 36.96%
BLUE value IS 201 (78.91% from 255) = 62.42%
R=0.62%
G=36.96%
B=62.42%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal21192010.990.4100.21204.7298.0339.8
Hex277C96329015cd6228
Octal21673111435102531514250
Binary101110111110010011100011101001010101110011011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0277C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0277C9; }

 p { color: rgb(2,119,201); }

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

<style>
 a { background-color: #0277C9; }

 a { background-color: rgb(2,119,201); }

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

<style>
 span { border-color: #0277C9; }

 span { border-color: rgb(2,119,201); }

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