#041252

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

Shades of Sapphire #041252

Tints of Sapphire #041252

Color information

#041252 (or 0x041252) is unknown color: approx Sapphire. HEX triplet: 04, 12 and 52. RGB value is (4,18,82). Sum of RGB (Red+Green+Blue) = 4+18+82=104 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.85% from 104); Green value is 18 (7.42% from 255 or 17.31% from 104); Blue value is 82 (32.42% from 255 or 78.85% from 104); Max value from RGB is 82 - color contains mainly: blue. Hex color #041252 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041252 is #FBEDAD. Grayscale: #141414. Windows color (decimal): -16510382 or 5378564. OLE color: 5378564.

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

Color convert

RGB41882-
CMYK0.950.7800.68
HSL229.23º90.7%16.86%-
HSV(B)229.23º95.12%32.16%-
XYZ1.791.078.09-
YUV21.11162.36115.8-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.85%
GREEN value IS 18 (7.42% from 255) = 17.31%
BLUE value IS 82 (32.42% from 255) = 78.85%
R=3.85%
G=17.31%
B=78.85%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal418820.950.7800.68229.2390.716.86
Hex412525F4E044e55b11
Octal422122137116010434513321
Binary100100101010010101111110011100100010011100101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041252; }

 p { color: rgb(4,18,82); }

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

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

 a { background-color: rgb(4,18,82); }

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

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

 span { border-color: rgb(4,18,82); }

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