Html Css Color HEX #041E74 Sapphire

📋 copy color: '#041E74'

red 4 ◦ green 30 ◦ blue 116

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

Shades of Sapphire #041E74

Tints of Sapphire #041E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 77.33%

R = 2.67%
G = 20%
B = 77.33%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#041E74 (or 0x041E74) is known color: Sapphire. HEX triplet: 04, 1E and 74. RGB value is (4,30,116). Sum of RGB (Red+Green+Blue) = 4+30+116=150 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.67% from 150); Green value is 30 (12.11% from 255 or 20% from 150); Blue value is 116 (45.70% from 255 or 77.33% from 150); Max value from RGB is 116 - color contains mainly: blue. Hex color #041E74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041E74 is #FBE18B. Grayscale: #1F1F1F. Windows color (decimal): -16507276 or 7609860. OLE color: 7609860.

HSL color Cylindrical-coordinate representation of color #041E74: hue angle of 226.07º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041E74 is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 4 30 116 -
CMYK 0.97 0.74 0 0.55
HSL 226.07º 0.93% 0.24% -
HSV(B) 226.07º 0.97% 0.45% -
XYZ 3.67 2.22 16.76 -
YUV 32.03 175.39 108.01 -
System Red Green Blue C M Y K H S L
Decimal 4 30 116 0.97 0.74 0 0.55 226.07 0.93 0.24
Hex 4 1E 74 61 4A 0 37 E2 5D 18
Octal 4 36 164 141 112 0 67 342 135 30
Binary 100 11110 1110100 1100001 1001010 0 110111 11100010 1011101 11000

Color Harmonies of #041E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041E74

Black with #041E74

Text Example


Text Example

White with #041E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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