#051878

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

Shades of Sapphire #051878

Tints of Sapphire #051878

Color information

#051878 (or 0x051878) is unknown color: approx Sapphire. HEX triplet: 05, 18 and 78. RGB value is (5,24,120). Sum of RGB (Red+Green+Blue) = 5+24+120=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 120 (47.27% from 255 or 80.54% from 149); Max value from RGB is 120 - color contains mainly: blue. Hex color #051878 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051878 is #FAE787. Grayscale: #1C1C1C. Windows color (decimal): -16443272 or 7870469. OLE color: 7870469.

HSL color Cylindrical-coordinate representation of color #051878: hue angle of 230.09º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051878 is Cyan = 0.96, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB524120-
CMYK0.960.800.53
HSL230.09º92%24.51%-
HSV(B)230.09º95.83%47.06%-
XYZ3.782.0417.96-
YUV29.26179.21110.69-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.36%
GREEN value IS 24 (9.77% from 255) = 16.11%
BLUE value IS 120 (47.27% from 255) = 80.54%
R=3.36%
G=16.11%
B=80.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5241200.960.800.53230.099224.51
Hex518786050035e65c19
Octal53017014012006534613431
Binary10111000111100011000001010000011010111100110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051878; }

 p { color: rgb(5,24,120); }

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

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

 a { background-color: rgb(5,24,120); }

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

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

 span { border-color: rgb(5,24,120); }

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