#041772

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

Shades of Sapphire #041772

Tints of Sapphire #041772

Color information

#041772 (or 0x041772) is unknown color: approx Sapphire. HEX triplet: 04, 17 and 72. RGB value is (4,23,114). Sum of RGB (Red+Green+Blue) = 4+23+114=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 23 (9.38% from 255 or 16.31% from 141); Blue value is 114 (44.92% from 255 or 80.85% from 141); Max value from RGB is 114 - color contains mainly: blue. Hex color #041772 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041772 is #FBE88D. Grayscale: #1B1B1B. Windows color (decimal): -16509070 or 7476996. OLE color: 7476996.

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

Color convert

RGB423114-
CMYK0.960.8000.55
HSL229.64º93.22%23.14%-
HSV(B)229.64º96.49%44.71%-
XYZ3.391.8516.1-
YUV27.69176.71111.1-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.84%
GREEN value IS 23 (9.38% from 255) = 16.31%
BLUE value IS 114 (44.92% from 255) = 80.85%
R=2.84%
G=16.31%
B=80.85%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4231140.960.8000.55229.6493.2223.14
Hex417726050037e65d17
Octal42716214012006734613527
Binary10010111111001011000001010000011011111100110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041772; }

 p { color: rgb(4,23,114); }

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

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

 a { background-color: rgb(4,23,114); }

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

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

 span { border-color: rgb(4,23,114); }

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