#051672

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

Shades of Sapphire #051672

Tints of Sapphire #051672

Color information

#051672 (or 0x051672) is unknown color: approx Sapphire. HEX triplet: 05, 16 and 72. RGB value is (5,22,114). Sum of RGB (Red+Green+Blue) = 5+22+114=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 114 (44.92% from 255 or 80.85% from 141); Max value from RGB is 114 - color contains mainly: blue. Hex color #051672 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051672 is #FAE98D. Grayscale: #1B1B1B. Windows color (decimal): -16443790 or 7476741. OLE color: 7476741.

HSL color Cylindrical-coordinate representation of color #051672: hue angle of 230.64º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051672 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB522114-
CMYK0.960.8100.55
HSL230.64º91.6%23.33%-
HSV(B)230.64º95.61%44.71%-
XYZ3.391.8216.09-
YUV27.4176.87112.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.55%
GREEN value IS 22 (8.98% from 255) = 15.60%
BLUE value IS 114 (44.92% from 255) = 80.85%
R=3.55%
G=15.60%
B=80.85%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5221140.960.8100.55230.6491.623.33
Hex516726051037e75c17
Octal52616214012106734713427
Binary10110110111001011000001010001011011111100111101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051672; }

 p { color: rgb(5,22,114); }

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

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

 a { background-color: rgb(5,22,114); }

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

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

 span { border-color: rgb(5,22,114); }

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