#002147

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

Shades of Sapphire #002147

Tints of Sapphire #002147

Color information

#002147 (or 0x002147) is unknown color: approx Sapphire. HEX triplet: 00, 21 and 47. RGB value is (0,33,71). Sum of RGB (Red+Green+Blue) = 0+33+71=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 33 (13.28% from 255 or 31.73% from 104); Blue value is 71 (28.12% from 255 or 68.27% from 104); Max value from RGB is 71 - color contains mainly: blue. Hex color #002147 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002147 is #FFDEB8. Grayscale: #1B1B1B. Windows color (decimal): -16768697 or 4661504. OLE color: 4661504.

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

Color convert

RGB03371-
CMYK10.5400.72
HSL212.11º100%13.92%-
HSV(B)212.11º100%27.84%-
XYZ1.681.546.17-
YUV27.46152.57108.41-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 33 (13.28% from 255) = 31.73%
BLUE value IS 71 (28.12% from 255) = 68.27%
R=0%
G=31.73%
B=68.27%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal0337110.5400.72212.1110013.92
Hex021476436048d464e
Octal04110714466011032414416
Binary010000110001111100100110110010010001101010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002147; }

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

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

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

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

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

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

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

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