#051C75

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

Shades of Sapphire #051C75

Tints of Sapphire #051C75

Color information

#051C75 (or 0x051C75) is unknown color: approx Sapphire. HEX triplet: 05, 1C and 75. RGB value is (5,28,117). Sum of RGB (Red+Green+Blue) = 5+28+117=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 117 (46.09% from 255 or 78% from 150); Max value from RGB is 117 - color contains mainly: blue. Hex color #051C75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051C75 is #FAE38A. Grayscale: #1E1E1E. Windows color (decimal): -16442251 or 7674885. OLE color: 7674885.

HSL color Cylindrical-coordinate representation of color #051C75: hue angle of 227.68º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051C75 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB528117-
CMYK0.960.7600.54
HSL227.68º91.8%23.92%-
HSV(B)227.68º95.73%45.88%-
XYZ3.692.1517.05-
YUV31.27176.38109.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.33%
GREEN value IS 28 (11.33% from 255) = 18.67%
BLUE value IS 117 (46.09% from 255) = 78%
R=3.33%
G=18.67%
B=78%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5281170.960.7600.54227.6891.823.92
Hex51C75604C036e45c18
Octal53416514011406634413430
Binary10111100111010111000001001100011011011100100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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