#051775

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

Shades of Sapphire #051775

Tints of Sapphire #051775

Color information

#051775 (or 0x051775) is unknown color: approx Sapphire. HEX triplet: 05, 17 and 75. RGB value is (5,23,117). Sum of RGB (Red+Green+Blue) = 5+23+117=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 117 (46.09% from 255 or 80.69% from 145); Max value from RGB is 117 - color contains mainly: blue. Hex color #051775 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051775 is #FAE88A. Grayscale: #1B1B1B. Windows color (decimal): -16443531 or 7673605. OLE color: 7673605.

HSL color Cylindrical-coordinate representation of color #051775: hue angle of 230.36º 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 #051775 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB523117-
CMYK0.960.8000.54
HSL230.36º91.8%23.92%-
HSV(B)230.36º95.73%45.88%-
XYZ3.581.9317.01-
YUV28.33178.04111.36-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.45%
GREEN value IS 23 (9.38% from 255) = 15.86%
BLUE value IS 117 (46.09% from 255) = 80.69%
R=3.45%
G=15.86%
B=80.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5231170.960.8000.54230.3691.823.92
Hex517756050036e65c18
Octal52716514012006634613430
Binary10110111111010111000001010000011011011100110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051775; }

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

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

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

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

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

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

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

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