#041B75

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

Shades of Sapphire #041B75

Tints of Sapphire #041B75

Color information

#041B75 (or 0x041B75) is unknown color: approx Sapphire. HEX triplet: 04, 1B and 75. RGB value is (4,27,117). Sum of RGB (Red+Green+Blue) = 4+27+117=148 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.70% from 148); Green value is 27 (10.94% from 255 or 18.24% from 148); Blue value is 117 (46.09% from 255 or 79.05% from 148); Max value from RGB is 117 - color contains mainly: blue. Hex color #041B75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041B75 is #FBE48A. Grayscale: #1E1E1E. Windows color (decimal): -16508043 or 7674628. OLE color: 7674628.

HSL color Cylindrical-coordinate representation of color #041B75: hue angle of 227.79º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041B75 is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB427117-
CMYK0.970.7700.54
HSL227.79º93.39%23.73%-
HSV(B)227.79º96.58%45.88%-
XYZ3.652.0917.04-
YUV30.38176.88109.18-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.70%
GREEN value IS 27 (10.94% from 255) = 18.24%
BLUE value IS 117 (46.09% from 255) = 79.05%
R=2.70%
G=18.24%
B=79.05%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4271170.970.7700.54227.7993.3923.73
Hex41B75614D036e45d18
Octal43316514111506634413530
Binary10011011111010111000011001101011011011100100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,27,117); }

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

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

 a { background-color: rgb(4,27,117); }

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

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

 span { border-color: rgb(4,27,117); }

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