#041953

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

Shades of Sapphire #041953

Tints of Sapphire #041953

Color information

#041953 (or 0x041953) is unknown color: approx Sapphire. HEX triplet: 04, 19 and 53. RGB value is (4,25,83). Sum of RGB (Red+Green+Blue) = 4+25+83=112 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.57% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 83 (32.81% from 255 or 74.11% from 112); Max value from RGB is 83 - color contains mainly: blue. Hex color #041953 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041953 is #FBE6AC. Grayscale: #191919. Windows color (decimal): -16508589 or 5445892. OLE color: 5445892.

HSL color Cylindrical-coordinate representation of color #041953: hue angle of 224.05º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #041953 is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB42583-
CMYK0.950.7000.67
HSL224.05º90.8%17.06%-
HSV(B)224.05º95.18%32.55%-
XYZ1.961.358.34-
YUV25.33160.54112.78-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.57%
GREEN value IS 25 (10.16% from 255) = 22.32%
BLUE value IS 83 (32.81% from 255) = 74.11%
R=3.57%
G=22.32%
B=74.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal425830.950.7000.67224.0590.817.06
Hex419535F46043e05b11
Octal431123137106010334013321
Binary100110011010011101111110001100100001111100000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041953; }

 p { color: rgb(4,25,83); }

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

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

 a { background-color: rgb(4,25,83); }

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

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

 span { border-color: rgb(4,25,83); }

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