#041262

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

Shades of Sapphire #041262

Tints of Sapphire #041262

Color information

#041262 (or 0x041262) is unknown color: approx Sapphire. HEX triplet: 04, 12 and 62. RGB value is (4,18,98). Sum of RGB (Red+Green+Blue) = 4+18+98=120 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.33% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 98 (38.67% from 255 or 81.67% from 120); Max value from RGB is 98 - color contains mainly: blue. Hex color #041262 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041262 is #FBED9D. Grayscale: #161616. Windows color (decimal): -16510366 or 6427140. OLE color: 6427140.

HSL color Cylindrical-coordinate representation of color #041262: hue angle of 231.06º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041262 is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB41898-
CMYK0.960.8200.62
HSL231.06º92.16%20%-
HSV(B)231.06º95.92%38.43%-
XYZ2.471.3411.68-
YUV22.93170.36114.5-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.33%
GREEN value IS 18 (7.42% from 255) = 15%
BLUE value IS 98 (38.67% from 255) = 81.67%
R=3.33%
G=15%
B=81.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal418980.960.8200.62231.0692.1620
Hex41262605203Ee75c14
Octal42214214012207634713424
Binary10010010110001011000001010010011111011100111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041262; }

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

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

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

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

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

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

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

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