#002A77

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

Shades of Sapphire #002A77

Tints of Sapphire #002A77

Color information

#002A77 (or 0x002A77) is unknown color: approx Sapphire. HEX triplet: 00, 2A and 77. RGB value is (0,42,119). Sum of RGB (Red+Green+Blue) = 0+42+119=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 42 (16.80% from 255 or 26.09% from 161); Blue value is 119 (46.88% from 255 or 73.91% from 161); Max value from RGB is 119 - color contains mainly: blue. Hex color #002A77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002A77 is #FFD588. Grayscale: #252525. Windows color (decimal): -16766345 or 7809536. OLE color: 7809536.

HSL color Cylindrical-coordinate representation of color #002A77: hue angle of 218.82º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002A77 is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB042119-
CMYK10.6500.53
HSL218.82º100%23.33%-
HSV(B)218.82º100%46.67%-
XYZ4.162.9917.81-
YUV38.22173.59100.74-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 42 (16.80% from 255) = 26.09%
BLUE value IS 119 (46.88% from 255) = 73.91%
R=0%
G=26.09%
B=73.91%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal04211910.6500.53218.8210023.33
Hex02A776441035db6417
Octal05216714410106533314427
Binary0101010111011111001001000001011010111011011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002A77; }

 p { color: rgb(0,42,119); }

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

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

 a { background-color: rgb(0,42,119); }

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

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

 span { border-color: rgb(0,42,119); }

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