#051B61

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

Shades of Sapphire #051B61

Tints of Sapphire #051B61

Color information

#051B61 (or 0x051B61) is unknown color: approx Sapphire. HEX triplet: 05, 1B and 61. RGB value is (5,27,97). Sum of RGB (Red+Green+Blue) = 5+27+97=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 27 (10.94% from 255 or 20.93% from 129); Blue value is 97 (38.28% from 255 or 75.19% from 129); Max value from RGB is 97 - color contains mainly: blue. Hex color #051B61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051B61 is #FAE49E. Grayscale: #1C1C1C. Windows color (decimal): -16442527 or 6363909. OLE color: 6363909.

HSL color Cylindrical-coordinate representation of color #051B61: hue angle of 225.65º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051B61 is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB52797-
CMYK0.950.7200.62
HSL225.65º90.2%20%-
HSV(B)225.65º94.85%38.04%-
XYZ2.611.6811.5-
YUV28.4166.71111.31-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.88%
GREEN value IS 27 (10.94% from 255) = 20.93%
BLUE value IS 97 (38.28% from 255) = 75.19%
R=3.88%
G=20.93%
B=75.19%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal527970.950.7200.62225.6590.220
Hex51B615F4803Ee25a14
Octal53314113711007634213224
Binary10111011110000110111111001000011111011100010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,27,97); }

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

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

 a { background-color: rgb(5,27,97); }

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

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

 span { border-color: rgb(5,27,97); }

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