Html Css Color HEX #041E4D Sapphire

📋 copy color: '#041E4D'

red 4 ◦ green 30 ◦ blue 77

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

Shades of Sapphire #041E4D

Tints of Sapphire #041E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 69.37%

R = 3.6%
G = 27.03%
B = 69.37%

CMYK

 C value IS 0.95

 M value IS 0.61

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#041E4D (or 0x041E4D) is known color: Sapphire. HEX triplet: 04, 1E and 4D. RGB value is (4,30,77). Sum of RGB (Red+Green+Blue) = 4+30+77=111 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.60% from 111); Green value is 30 (12.11% from 255 or 27.03% from 111); Blue value is 77 (30.47% from 255 or 69.37% from 111); Max value from RGB is 77 - color contains mainly: blue. Hex color #041E4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041E4D is #FBE1B2. Grayscale: #1B1B1B. Windows color (decimal): -16507315 or 5053956. OLE color: 5053956.

HSL color Cylindrical-coordinate representation of color #041E4D: hue angle of 218.63º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #041E4D is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 4 30 77 -
CMYK 0.95 0.61 0 0.70
HSL 218.63º 0.9% 0.16% -
HSV(B) 218.63º 0.95% 0.3% -
XYZ 1.85 1.49 7.21 -
YUV 27.58 155.89 111.18 -
System Red Green Blue C M Y K H S L
Decimal 4 30 77 0.95 0.61 0 0.70 218.63 0.9 0.16
Hex 4 1E 4D 5F 3D 0 46 DB 5A 10
Octal 4 36 115 137 75 0 106 333 132 20
Binary 100 11110 1001101 1011111 111101 0 1000110 11011011 1011010 10000

Color Harmonies of #041E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041E4D

Black with #041E4D

Text Example


Text Example

White with #041E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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