#05297B

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

Shades of Sapphire #05297B

Tints of Sapphire #05297B

Color information

#05297B (or 0x05297B) is unknown color: approx Sapphire. HEX triplet: 05, 29 and 7B. RGB value is (5,41,123). Sum of RGB (Red+Green+Blue) = 5+41+123=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 41 (16.41% from 255 or 24.26% from 169); Blue value is 123 (48.44% from 255 or 72.78% from 169); Max value from RGB is 123 - color contains mainly: blue. Hex color #05297B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05297B is #FAD684. Grayscale: #272727. Windows color (decimal): -16438917 or 8071429. OLE color: 8071429.

HSL color Cylindrical-coordinate representation of color #05297B: hue angle of 221.69º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05297B is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB541123-
CMYK0.960.6700.52
HSL221.69º92.19%25.1%-
HSV(B)221.69º95.93%48.24%-
XYZ4.433.0519.09-
YUV39.58175.07103.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.96%
GREEN value IS 41 (16.41% from 255) = 24.26%
BLUE value IS 123 (48.44% from 255) = 72.78%
R=2.96%
G=24.26%
B=72.78%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5411230.960.6700.52221.6992.1925.1
Hex5297B6043034de5c19
Octal55117314010306433613431
Binary101101001111101111000001000011011010011011110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05297B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05297B; }

 p { color: rgb(5,41,123); }

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

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

 a { background-color: rgb(5,41,123); }

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

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

 span { border-color: rgb(5,41,123); }

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