#002477

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

Shades of Sapphire #002477

Tints of Sapphire #002477

Color information

#002477 (or 0x002477) is unknown color: approx Sapphire. HEX triplet: 00, 24 and 77. RGB value is (0,36,119). Sum of RGB (Red+Green+Blue) = 0+36+119=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 119 (46.88% from 255 or 76.77% from 155); Max value from RGB is 119 - color contains mainly: blue. Hex color #002477 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002477 is #FFDB88. Grayscale: #222222. Windows color (decimal): -16767881 or 7808000. OLE color: 7808000.

HSL color Cylindrical-coordinate representation of color #002477: hue angle of 221.85º 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 #002477 is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB036119-
CMYK10.7000.53
HSL221.85º100%23.33%-
HSV(B)221.85º100%46.67%-
XYZ3.962.5917.74-
YUV34.7175.57103.25-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 36 (14.45% from 255) = 23.23%
BLUE value IS 119 (46.88% from 255) = 76.77%
R=0%
G=23.23%
B=76.77%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal03611910.7000.53221.8510023.33
Hex024776446035de6417
Octal04416714410606533614427
Binary0100100111011111001001000110011010111011110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002477; }

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

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

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

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

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

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

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

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