Html Css Color HEX #041E53 Sapphire

📋 copy color: '#041E53'

red 4 ◦ green 30 ◦ blue 83

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

Shades of Sapphire #041E53

Tints of Sapphire #041E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 70.94%

R = 3.42%
G = 25.64%
B = 70.94%

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

#041E53 (or 0x041E53) is known color: Sapphire. HEX triplet: 04, 1E and 53. RGB value is (4,30,83). Sum of RGB (Red+Green+Blue) = 4+30+83=117 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.42% from 117); Green value is 30 (12.11% from 255 or 25.64% from 117); Blue value is 83 (32.81% from 255 or 70.94% from 117); Max value from RGB is 83 - color contains mainly: blue. Hex color #041E53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041E53 is #FBE1AC. Grayscale: #1C1C1C. Windows color (decimal): -16507309 or 5447172. OLE color: 5447172.

HSL color Cylindrical-coordinate representation of color #041E53: hue angle of 220.25º 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 #041E53 is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 4 30 83 -
CMYK 0.95 0.64 0 0.67
HSL 220.25º 0.91% 0.17% -
HSV(B) 220.25º 0.95% 0.33% -
XYZ 2.08 1.58 8.38 -
YUV 28.27 158.89 110.69 -
System Red Green Blue C M Y K H S L
Decimal 4 30 83 0.95 0.64 0 0.67 220.25 0.91 0.17
Hex 4 1E 53 5F 40 0 43 DC 5B 11
Octal 4 36 123 137 100 0 103 334 133 21
Binary 100 11110 1010011 1011111 1000000 0 1000011 11011100 1011011 10001

Color Harmonies of #041E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041E53

Black with #041E53

Text Example


Text Example

White with #041E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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