Html Css Color HEX #041E48 Sapphire

📋 copy color: '#041E48'

red 4 ◦ green 30 ◦ blue 72

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

Shades of Sapphire #041E48

Tints of Sapphire #041E48

RGB

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

 GREEN value IS 30 (12.11% from 255) = 28.3%

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

R = 3.77%
G = 28.3%
B = 67.92%

CMYK

 C value IS 0.94

 M value IS 0.58

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#041E48 (or 0x041E48) is known color: Sapphire. HEX triplet: 04, 1E and 48. RGB value is (4,30,72). Sum of RGB (Red+Green+Blue) = 4+30+72=106 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.77% from 106); Green value is 30 (12.11% from 255 or 28.30% from 106); Blue value is 72 (28.52% from 255 or 67.92% from 106); Max value from RGB is 72 - color contains mainly: blue. Hex color #041E48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041E48 is #FBE1B7. Grayscale: #1A1A1A. Windows color (decimal): -16507320 or 4726276. OLE color: 4726276.

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

Color convert

RGB 4 30 72 -
CMYK 0.94 0.58 0 0.72
HSL 217.06º 0.89% 0.15% -
HSV(B) 217.06º 0.94% 0.28% -
XYZ 1.68 1.42 6.32 -
YUV 27.01 153.39 111.58 -
System Red Green Blue C M Y K H S L
Decimal 4 30 72 0.94 0.58 0 0.72 217.06 0.89 0.15
Hex 4 1E 48 5E 3A 0 48 D9 59 F
Octal 4 36 110 136 72 0 110 331 131 17
Binary 100 11110 1001000 1011110 111010 0 1001000 11011001 1011001 1111

Color Harmonies of #041E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041E48

Black with #041E48

Text Example


Text Example

White with #041E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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