#051967

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

Shades of Sapphire #051967

Tints of Sapphire #051967

Color information

#051967 (or 0x051967) is unknown color: approx Sapphire. HEX triplet: 05, 19 and 67. RGB value is (5,25,103). Sum of RGB (Red+Green+Blue) = 5+25+103=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 103 (40.62% from 255 or 77.44% from 133); Max value from RGB is 103 - color contains mainly: blue. Hex color #051967 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051967 is #FAE698. Grayscale: #1B1B1B. Windows color (decimal): -16443033 or 6756613. OLE color: 6756613.

HSL color Cylindrical-coordinate representation of color #051967: hue angle of 227.76º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051967 is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB525103-
CMYK0.950.7600.60
HSL227.76º90.74%21.18%-
HSV(B)227.76º95.15%40.39%-
XYZ2.861.7113.01-
YUV27.91170.37111.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.76%
GREEN value IS 25 (10.16% from 255) = 18.80%
BLUE value IS 103 (40.62% from 255) = 77.44%
R=3.76%
G=18.80%
B=77.44%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5251030.950.7600.60227.7690.7421.18
Hex519675F4C03Ce45b15
Octal53114713711407434413325
Binary10111001110011110111111001100011110011100100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051967; }

 p { color: rgb(5,25,103); }

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

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

 a { background-color: rgb(5,25,103); }

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

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

 span { border-color: rgb(5,25,103); }

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