#041A7C

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

Shades of Sapphire #041A7C

Tints of Sapphire #041A7C

Color information

#041A7C (or 0x041A7C) is unknown color: approx Sapphire. HEX triplet: 04, 1A and 7C. RGB value is (4,26,124). Sum of RGB (Red+Green+Blue) = 4+26+124=154 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.60% from 154); Green value is 26 (10.55% from 255 or 16.88% from 154); Blue value is 124 (48.83% from 255 or 80.52% from 154); Max value from RGB is 124 - color contains mainly: blue. Hex color #041A7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041A7C is #FBE583. Grayscale: #1E1E1E. Windows color (decimal): -16508292 or 8133124. OLE color: 8133124.

HSL color Cylindrical-coordinate representation of color #041A7C: hue angle of 229º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041A7C is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB426124-
CMYK0.970.7900.51
HSL229º93.75%25.1%-
HSV(B)229º96.77%48.63%-
XYZ4.062.2219.28-
YUV30.59180.71109.03-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.60%
GREEN value IS 26 (10.55% from 255) = 16.88%
BLUE value IS 124 (48.83% from 255) = 80.52%
R=2.60%
G=16.88%
B=80.52%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4261240.970.7900.5122993.7525.1
Hex41A7C614F033e55e19
Octal43217414111706334513631
Binary10011010111110011000011001111011001111100101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041A7C; }

 p { color: rgb(4,26,124); }

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

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

 a { background-color: rgb(4,26,124); }

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

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

 span { border-color: rgb(4,26,124); }

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