Html Css Color HEX #041548 Sapphire

📋 copy color: '#041548'

red 4 ◦ green 21 ◦ blue 72

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

Shades of Sapphire #041548

Tints of Sapphire #041548

RGB

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

 GREEN value IS 21 (8.59% from 255) = 21.65%

 BLUE value IS 72 (28.52% from 255) = 74.23%

R = 4.12%
G = 21.65%
B = 74.23%

CMYK

 C value IS 0.94

 M value IS 0.71

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#041548 (or 0x041548) is known color: Sapphire. HEX triplet: 04, 15 and 48. RGB value is (4,21,72). Sum of RGB (Red+Green+Blue) = 4+21+72=97 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.12% from 97); Green value is 21 (8.59% from 255 or 21.65% from 97); Blue value is 72 (28.52% from 255 or 74.23% from 97); Max value from RGB is 72 - color contains mainly: blue. Hex color #041548 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041548 is #FBEAB7. Grayscale: #151515. Windows color (decimal): -16509624 or 4723972. OLE color: 4723972.

HSL color Cylindrical-coordinate representation of color #041548: hue angle of 225º 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 #041548 is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 4 21 72 -
CMYK 0.94 0.71 0 0.72
HSL 225º 0.89% 0.15% -
HSV(B) 225º 0.94% 0.28% -
XYZ 1.49 1.03 6.25 -
YUV 21.73 156.37 115.35 -
System Red Green Blue C M Y K H S L
Decimal 4 21 72 0.94 0.71 0 0.72 225 0.89 0.15
Hex 4 15 48 5E 47 0 48 E1 59 F
Octal 4 25 110 136 107 0 110 341 131 17
Binary 100 10101 1001000 1011110 1000111 0 1001000 11100001 1011001 1111

Color Harmonies of #041548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041548

Black with #041548

Text Example


Text Example

White with #041548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041548; }

 p { color: rgb(4,21,72); }

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

background-color css

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

 a { background-color: rgb(4,21,72); }

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

border-color css

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

 span { border-color: rgb(4,21,72); }

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