#002047

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

Shades of Sapphire #002047

Tints of Sapphire #002047

Color information

#002047 (or 0x002047) is unknown color: approx Sapphire. HEX triplet: 00, 20 and 47. RGB value is (0,32,71). Sum of RGB (Red+Green+Blue) = 0+32+71=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 32 (12.89% from 255 or 31.07% from 103); Blue value is 71 (28.12% from 255 or 68.93% from 103); Max value from RGB is 71 - color contains mainly: blue. Hex color #002047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002047 is #FFDFB8. Grayscale: #1A1A1A. Windows color (decimal): -16768953 or 4661248. OLE color: 4661248.

HSL color Cylindrical-coordinate representation of color #002047: hue angle of 212.96º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002047 is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB03271-
CMYK10.5500.72
HSL212.96º100%13.92%-
HSV(B)212.96º100%27.84%-
XYZ1.651.496.16-
YUV26.88152.9108.83-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 32 (12.89% from 255) = 31.07%
BLUE value IS 71 (28.12% from 255) = 68.93%
R=0%
G=31.07%
B=68.93%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal0327110.5500.72212.9610013.92
Hex020476437048d564e
Octal04010714467011032514416
Binary010000010001111100100110111010010001101010111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002047; }

 p { color: rgb(0,32,71); }

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

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

 a { background-color: rgb(0,32,71); }

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

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

 span { border-color: rgb(0,32,71); }

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