#051862

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

Shades of Sapphire #051862

Tints of Sapphire #051862

Color information

#051862 (or 0x051862) is unknown color: approx Sapphire. HEX triplet: 05, 18 and 62. RGB value is (5,24,98). Sum of RGB (Red+Green+Blue) = 5+24+98=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 98 (38.67% from 255 or 77.17% from 127); Max value from RGB is 98 - color contains mainly: blue. Hex color #051862 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051862 is #FAE79D. Grayscale: #1A1A1A. Windows color (decimal): -16443294 or 6428677. OLE color: 6428677.

HSL color Cylindrical-coordinate representation of color #051862: hue angle of 227.74º 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 #051862 is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB52498-
CMYK0.950.7600.62
HSL227.74º90.29%20.2%-
HSV(B)227.74º94.9%38.43%-
XYZ2.591.5711.72-
YUV26.76168.21112.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.94%
GREEN value IS 24 (9.77% from 255) = 18.90%
BLUE value IS 98 (38.67% from 255) = 77.17%
R=3.94%
G=18.90%
B=77.17%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal524980.950.7600.62227.7490.2920.2
Hex518625F4C03Ee45a14
Octal53014213711407634413224
Binary10111000110001010111111001100011111011100100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051862; }

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

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

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

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

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

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

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

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