#002872

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

Shades of Sapphire #002872

Tints of Sapphire #002872

Color information

#002872 (or 0x002872) is unknown color: approx Sapphire. HEX triplet: 00, 28 and 72. RGB value is (0,40,114). Sum of RGB (Red+Green+Blue) = 0+40+114=154 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 114 (44.92% from 255 or 74.03% from 154); Max value from RGB is 114 - color contains mainly: blue. Hex color #002872 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002872 is #FFD78D. Grayscale: #242424. Windows color (decimal): -16766862 or 7481344. OLE color: 7481344.

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

Color convert

RGB040114-
CMYK10.6500.55
HSL218.95º100%22.35%-
HSV(B)218.95º100%44.71%-
XYZ3.82.7316.25-
YUV36.48171.75101.98-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 40 (16.02% from 255) = 25.97%
BLUE value IS 114 (44.92% from 255) = 74.03%
R=0%
G=25.97%
B=74.03%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal04011410.6500.55218.9510022.35
Hex028726441037db6416
Octal05016214410106733314426
Binary0101000111001011001001000001011011111011011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002872; }

 p { color: rgb(0,40,114); }

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

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

 a { background-color: rgb(0,40,114); }

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

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

 span { border-color: rgb(0,40,114); }

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