Html Css Color HEX #041E54 Sapphire

📋 copy color: '#041E54'

red 4 ◦ green 30 ◦ blue 84

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

Shades of Sapphire #041E54

Tints of Sapphire #041E54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 71.19%

R = 3.39%
G = 25.42%
B = 71.19%

CMYK

 C value IS 0.95

 M value IS 0.64

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#041E54 (or 0x041E54) is known color: Sapphire. HEX triplet: 04, 1E and 54. RGB value is (4,30,84). Sum of RGB (Red+Green+Blue) = 4+30+84=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 30 (12.11% from 255 or 25.42% from 118); Blue value is 84 (33.20% from 255 or 71.19% from 118); Max value from RGB is 84 - color contains mainly: blue. Hex color #041E54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041E54 is #FBE1AB. Grayscale: #1C1C1C. Windows color (decimal): -16507308 or 5512708. OLE color: 5512708.

HSL color Cylindrical-coordinate representation of color #041E54: hue angle of 220.5º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #041E54 is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 4 30 84 -
CMYK 0.95 0.64 0 0.67
HSL 220.5º 0.91% 0.17% -
HSV(B) 220.5º 0.95% 0.33% -
XYZ 2.11 1.59 8.58 -
YUV 28.38 159.39 110.61 -
System Red Green Blue C M Y K H S L
Decimal 4 30 84 0.95 0.64 0 0.67 220.5 0.91 0.17
Hex 4 1E 54 5F 40 0 43 DC 5B 11
Octal 4 36 124 137 100 0 103 334 133 21
Binary 100 11110 1010100 1011111 1000000 0 1000011 11011100 1011011 10001

Color Harmonies of #041E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041E54

Black with #041E54

Text Example


Text Example

White with #041E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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