#030277

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

Shades of Navy #030277

Tints of Navy #030277

Color information

#030277 (or 0x030277) is unknown color: approx Navy. HEX triplet: 03, 02 and 77. RGB value is (3,2,119). Sum of RGB (Red+Green+Blue) = 3+2+119=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 119 (46.88% from 255 or 95.97% from 124); Max value from RGB is 119 - color contains mainly: blue. Hex color #030277 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030277 is #FCFD88. Grayscale: #0F0F0F. Windows color (decimal): -16579977 or 7799299. OLE color: 7799299.

HSL color Cylindrical-coordinate representation of color #030277: hue angle of 240.51º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030277 is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB32119-
CMYK0.970.9800.53
HSL240.51º96.69%23.73%-
HSV(B)240.51º98.32%46.67%-
XYZ3.391.3917.54-
YUV15.64186.33118.99-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.42%
GREEN value IS 2 (1.17% from 255) = 1.61%
BLUE value IS 119 (46.88% from 255) = 95.97%
R=2.42%
G=1.61%
B=95.97%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal321190.970.9800.53240.5196.6923.73
Hex32776162035f16118
Octal3216714114206536114130
Binary1110111011111000011100010011010111110001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030277; }

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

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

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

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

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

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

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

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