Html Css Color HEX #041148 Sapphire

📋 copy color: '#041148'

red 4 ◦ green 17 ◦ blue 72

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

Shades of Sapphire #041148

Tints of Sapphire #041148

RGB

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

 GREEN value IS 17 (7.03% from 255) = 18.28%

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

R = 4.3%
G = 18.28%
B = 77.42%

CMYK

 C value IS 0.94

 M value IS 0.76

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#041148 (or 0x041148) is known color: Sapphire. HEX triplet: 04, 11 and 48. RGB value is (4,17,72). Sum of RGB (Red+Green+Blue) = 4+17+72=93 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.30% from 93); Green value is 17 (7.03% from 255 or 18.28% from 93); Blue value is 72 (28.52% from 255 or 77.42% from 93); Max value from RGB is 72 - color contains mainly: blue. Hex color #041148 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041148 is #FBEEB7. Grayscale: #131313. Windows color (decimal): -16510648 or 4722948. OLE color: 4722948.

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

Color convert

RGB 4 17 72 -
CMYK 0.94 0.76 0 0.72
HSL 228.53º 0.89% 0.15% -
HSV(B) 228.53º 0.94% 0.28% -
XYZ 1.42 0.89 6.23 -
YUV 19.38 157.69 117.03 -
System Red Green Blue C M Y K H S L
Decimal 4 17 72 0.94 0.76 0 0.72 228.53 0.89 0.15
Hex 4 11 48 5E 4C 0 48 E5 59 F
Octal 4 21 110 136 114 0 110 345 131 17
Binary 100 10001 1001000 1011110 1001100 0 1001000 11100101 1011001 1111

Color Harmonies of #041148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041148

Black with #041148

Text Example


Text Example

White with #041148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041148; }

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

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

background-color css

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

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

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

border-color css

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

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

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