#002772

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

Shades of Sapphire #002772

Tints of Sapphire #002772

Color information

#002772 (or 0x002772) is unknown color: approx Sapphire. HEX triplet: 00, 27 and 72. RGB value is (0,39,114). Sum of RGB (Red+Green+Blue) = 0+39+114=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 39 (15.62% from 255 or 25.49% from 153); Blue value is 114 (44.92% from 255 or 74.51% from 153); Max value from RGB is 114 - color contains mainly: blue. Hex color #002772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002772 is #FFD88D. Grayscale: #232323. Windows color (decimal): -16767118 or 7481088. OLE color: 7481088.

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

Color convert

RGB039114-
CMYK10.6600.55
HSL219.47º100%22.35%-
HSV(B)219.47º100%44.71%-
XYZ3.762.6716.24-
YUV35.89172.08102.4-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 39 (15.62% from 255) = 25.49%
BLUE value IS 114 (44.92% from 255) = 74.51%
R=0%
G=25.49%
B=74.51%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal03911410.6600.55219.4710022.35
Hex027726442037db6416
Octal04716214410206733314426
Binary0100111111001011001001000010011011111011011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002772; }

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

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

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

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

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

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

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

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