#041C5A

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

Shades of Sapphire #041C5A

Tints of Sapphire #041C5A

Color information

#041C5A (or 0x041C5A) is unknown color: approx Sapphire. HEX triplet: 04, 1C and 5A. RGB value is (4,28,90). Sum of RGB (Red+Green+Blue) = 4+28+90=122 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.28% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 90 (35.55% from 255 or 73.77% from 122); Max value from RGB is 90 - color contains mainly: blue. Hex color #041C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041C5A is #FBE3A5. Grayscale: #1B1B1B. Windows color (decimal): -16507814 or 5905412. OLE color: 5905412.

HSL color Cylindrical-coordinate representation of color #041C5A: hue angle of 223.26º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041C5A is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB42890-
CMYK0.960.6900.65
HSL223.26º91.49%18.43%-
HSV(B)223.26º95.56%35.29%-
XYZ2.311.599.86-
YUV27.89163.05110.96-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.28%
GREEN value IS 28 (11.33% from 255) = 22.95%
BLUE value IS 90 (35.55% from 255) = 73.77%
R=3.28%
G=22.95%
B=73.77%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal428900.960.6900.65223.2691.4918.43
Hex41C5A6045041df5b12
Octal434132140105010133713322
Binary100111001011010110000010001010100000111011111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,28,90); }

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

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

 a { background-color: rgb(4,28,90); }

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

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

 span { border-color: rgb(4,28,90); }

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