#051767

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

Shades of Sapphire #051767

Tints of Sapphire #051767

Color information

#051767 (or 0x051767) is unknown color: approx Sapphire. HEX triplet: 05, 17 and 67. RGB value is (5,23,103). Sum of RGB (Red+Green+Blue) = 5+23+103=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 23 (9.38% from 255 or 17.56% from 131); Blue value is 103 (40.62% from 255 or 78.63% from 131); Max value from RGB is 103 - color contains mainly: blue. Hex color #051767 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051767 is #FAE898. Grayscale: #1A1A1A. Windows color (decimal): -16443545 or 6756101. OLE color: 6756101.

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

Color convert

RGB523103-
CMYK0.950.7800.60
HSL228.98º90.74%21.18%-
HSV(B)228.98º95.15%40.39%-
XYZ2.821.6213-
YUV26.74171.04112.5-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.82%
GREEN value IS 23 (9.38% from 255) = 17.56%
BLUE value IS 103 (40.62% from 255) = 78.63%
R=3.82%
G=17.56%
B=78.63%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5231030.950.7800.60228.9890.7421.18
Hex517675F4E03Ce55b15
Octal52714713711607434513325
Binary10110111110011110111111001110011110011100101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051767; }

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

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

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

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

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

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

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

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