#041C83

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

Shades of Sapphire #041C83

Tints of Sapphire #041C83

Color information

#041C83 (or 0x041C83) is unknown color: approx Sapphire. HEX triplet: 04, 1C and 83. RGB value is (4,28,131). Sum of RGB (Red+Green+Blue) = 4+28+131=163 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.45% from 163); Green value is 28 (11.33% from 255 or 17.18% from 163); Blue value is 131 (51.56% from 255 or 80.37% from 163); Max value from RGB is 131 - color contains mainly: blue. Hex color #041C83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041C83 is #FBE37C. Grayscale: #202020. Windows color (decimal): -16507773 or 8592388. OLE color: 8592388.

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

Color convert

RGB428131-
CMYK0.970.7900.49
HSL228.66º94.07%26.47%-
HSV(B)228.66º96.95%51.37%-
XYZ4.562.521.71-
YUV32.57183.55107.62-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.45%
GREEN value IS 28 (11.33% from 255) = 17.18%
BLUE value IS 131 (51.56% from 255) = 80.37%
R=2.45%
G=17.18%
B=80.37%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4281310.970.7900.49228.6694.0726.47
Hex41C83614F031e55e1a
Octal43420314111706134513632
Binary100111001000001111000011001111011000111100101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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