#051E69

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

Shades of Sapphire #051E69

Tints of Sapphire #051E69

Color information

#051E69 (or 0x051E69) is unknown color: approx Sapphire. HEX triplet: 05, 1E and 69. RGB value is (5,30,105). Sum of RGB (Red+Green+Blue) = 5+30+105=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 30 (12.11% from 255 or 21.43% from 140); Blue value is 105 (41.41% from 255 or 75% from 140); Max value from RGB is 105 - color contains mainly: blue. Hex color #051E69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051E69 is #FAE196. Grayscale: #1E1E1E. Windows color (decimal): -16441751 or 6888965. OLE color: 6888965.

HSL color Cylindrical-coordinate representation of color #051E69: hue angle of 225º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051E69 is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB530105-
CMYK0.950.7100.59
HSL225º90.91%21.57%-
HSV(B)225º95.24%41.18%-
XYZ3.081.9813.58-
YUV31.08169.72109.4-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.57%
GREEN value IS 30 (12.11% from 255) = 21.43%
BLUE value IS 105 (41.41% from 255) = 75%
R=3.57%
G=21.43%
B=75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5301050.950.7100.5922590.9121.57
Hex51E695F4703Be15b16
Octal53615113710707334113326
Binary10111110110100110111111000111011101111100001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051E69; }

 p { color: rgb(5,30,105); }

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

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

 a { background-color: rgb(5,30,105); }

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

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

 span { border-color: rgb(5,30,105); }

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