#051C69

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

Shades of Sapphire #051C69

Tints of Sapphire #051C69

Color information

#051C69 (or 0x051C69) is unknown color: approx Sapphire. HEX triplet: 05, 1C and 69. RGB value is (5,28,105). Sum of RGB (Red+Green+Blue) = 5+28+105=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 28 (11.33% from 255 or 20.29% from 138); Blue value is 105 (41.41% from 255 or 76.09% from 138); Max value from RGB is 105 - color contains mainly: blue. Hex color #051C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051C69 is #FAE396. Grayscale: #1D1D1D. Windows color (decimal): -16442263 or 6888453. OLE color: 6888453.

HSL color Cylindrical-coordinate representation of color #051C69: hue angle of 226.2º 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 #051C69 is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB528105-
CMYK0.950.7300.59
HSL226.2º90.91%21.57%-
HSV(B)226.2º95.24%41.18%-
XYZ3.031.8813.57-
YUV29.9170.38110.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.62%
GREEN value IS 28 (11.33% from 255) = 20.29%
BLUE value IS 105 (41.41% from 255) = 76.09%
R=3.62%
G=20.29%
B=76.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5281050.950.7300.59226.290.9121.57
Hex51C695F4903Be25b16
Octal53415113711107334213326
Binary10111100110100110111111001001011101111100010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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