Html Css Color HEX #041A47 Sapphire

📋 copy color: '#041A47'

red 4 ◦ green 26 ◦ blue 71

#041A47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #041A47

Tints of Sapphire #041A47

RGB

 RED value IS 4 (1.95% from 255) = 3.96%

 GREEN value IS 26 (10.55% from 255) = 25.74%

 BLUE value IS 71 (28.13% from 255) = 70.3%

R = 3.96%
G = 25.74%
B = 70.3%

CMYK

 C value IS 0.94

 M value IS 0.63

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#041A47 (or 0x041A47) is known color: Sapphire. HEX triplet: 04, 1A and 47. RGB value is (4,26,71). Sum of RGB (Red+Green+Blue) = 4+26+71=101 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.96% from 101); Green value is 26 (10.55% from 255 or 25.74% from 101); Blue value is 71 (28.12% from 255 or 70.30% from 101); Max value from RGB is 71 - color contains mainly: blue. Hex color #041A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041A47 is #FBE5B8. Grayscale: #181818. Windows color (decimal): -16508345 or 4659716. OLE color: 4659716.

HSL color Cylindrical-coordinate representation of color #041A47: hue angle of 220.3º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #041A47 is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 4 26 71 -
CMYK 0.94 0.63 0 0.72
HSL 220.3º 0.89% 0.15% -
HSV(B) 220.3º 0.94% 0.28% -
XYZ 1.56 1.22 6.11 -
YUV 24.55 154.21 113.34 -
System Red Green Blue C M Y K H S L
Decimal 4 26 71 0.94 0.63 0 0.72 220.3 0.89 0.15
Hex 4 1A 47 5E 3F 0 48 DC 59 F
Octal 4 32 107 136 77 0 110 334 131 17
Binary 100 11010 1000111 1011110 111111 0 1001000 11011100 1011001 1111

Color Harmonies of #041A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041A47

Black with #041A47

Text Example


Text Example

White with #041A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #041A47;
 }
 .AnyTagClassName
 {
   color: #041A47;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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