Html Css Color HEX #041E4A Sapphire

📋 copy color: '#041E4A'

red 4 ◦ green 30 ◦ blue 74

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

Shades of Sapphire #041E4A

Tints of Sapphire #041E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 68.52%

R = 3.7%
G = 27.78%
B = 68.52%

CMYK

 C value IS 0.95

 M value IS 0.59

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#041E4A (or 0x041E4A) is known color: Sapphire. HEX triplet: 04, 1E and 4A. RGB value is (4,30,74). Sum of RGB (Red+Green+Blue) = 4+30+74=108 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.70% from 108); Green value is 30 (12.11% from 255 or 27.78% from 108); Blue value is 74 (29.30% from 255 or 68.52% from 108); Max value from RGB is 74 - color contains mainly: blue. Hex color #041E4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041E4A is #FBE1B5. Grayscale: #1B1B1B. Windows color (decimal): -16507318 or 4857348. OLE color: 4857348.

HSL color Cylindrical-coordinate representation of color #041E4A: hue angle of 217.71º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #041E4A is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 4 30 74 -
CMYK 0.95 0.59 0 0.71
HSL 217.71º 0.9% 0.15% -
HSV(B) 217.71º 0.95% 0.29% -
XYZ 1.75 1.45 6.67 -
YUV 27.24 154.39 111.42 -
System Red Green Blue C M Y K H S L
Decimal 4 30 74 0.95 0.59 0 0.71 217.71 0.9 0.15
Hex 4 1E 4A 5F 3B 0 47 DA 5A F
Octal 4 36 112 137 73 0 107 332 132 17
Binary 100 11110 1001010 1011111 111011 0 1000111 11011010 1011010 1111

Color Harmonies of #041E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041E4A

Black with #041E4A

Text Example


Text Example

White with #041E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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