#041873

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

Shades of Sapphire #041873

Tints of Sapphire #041873

Color information

#041873 (or 0x041873) is unknown color: approx Sapphire. HEX triplet: 04, 18 and 73. RGB value is (4,24,115). Sum of RGB (Red+Green+Blue) = 4+24+115=143 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.80% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 115 (45.31% from 255 or 80.42% from 143); Max value from RGB is 115 - color contains mainly: blue. Hex color #041873 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041873 is #FBE78C. Grayscale: #1C1C1C. Windows color (decimal): -16508813 or 7542788. OLE color: 7542788.

HSL color Cylindrical-coordinate representation of color #041873: hue angle of 229.19º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041873 is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB424115-
CMYK0.970.7900.55
HSL229.19º93.28%23.33%-
HSV(B)229.19º96.52%45.1%-
XYZ3.471.9216.41-
YUV28.39176.87110.6-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.80%
GREEN value IS 24 (9.77% from 255) = 16.78%
BLUE value IS 115 (45.31% from 255) = 80.42%
R=2.80%
G=16.78%
B=80.42%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4241150.970.7900.55229.1993.2823.33
Hex41873614F037e55d17
Octal43016314111706734513527
Binary10011000111001111000011001111011011111100101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041873; }

 p { color: rgb(4,24,115); }

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

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

 a { background-color: rgb(4,24,115); }

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

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

 span { border-color: rgb(4,24,115); }

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