#051362

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

Shades of Sapphire #051362

Tints of Sapphire #051362

Color information

#051362 (or 0x051362) is unknown color: approx Sapphire. HEX triplet: 05, 13 and 62. RGB value is (5,19,98). Sum of RGB (Red+Green+Blue) = 5+19+98=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 98 (38.67% from 255 or 80.33% from 122); Max value from RGB is 98 - color contains mainly: blue. Hex color #051362 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051362 is #FAEC9D. Grayscale: #171717. Windows color (decimal): -16444574 or 6427397. OLE color: 6427397.

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

Color convert

RGB51998-
CMYK0.950.8100.62
HSL230.97º90.29%20.2%-
HSV(B)230.97º94.9%38.43%-
XYZ2.51.3811.69-
YUV23.82169.86114.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.10%
GREEN value IS 19 (7.81% from 255) = 15.57%
BLUE value IS 98 (38.67% from 255) = 80.33%
R=4.10%
G=15.57%
B=80.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal519980.950.8100.62230.9790.2920.2
Hex513625F5103Ee75a14
Octal52314213712107634713224
Binary10110011110001010111111010001011111011100111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051362; }

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

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

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

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

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

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

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

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