Html Css Color HEX #041973 Sapphire

📋 copy color: '#041973'

red 4 ◦ green 25 ◦ blue 115

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

Shades of Sapphire #041973

Tints of Sapphire #041973

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.36%

 BLUE value IS 115 (45.31% from 255) = 79.86%

R = 2.78%
G = 17.36%
B = 79.86%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#041973 (or 0x041973) is known color: Sapphire. HEX triplet: 04, 19 and 73. RGB value is (4,25,115). Sum of RGB (Red+Green+Blue) = 4+25+115=144 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.78% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 115 (45.31% from 255 or 79.86% from 144); Max value from RGB is 115 - color contains mainly: blue. Hex color #041973 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041973 is #FBE68C. Grayscale: #1C1C1C. Windows color (decimal): -16508557 or 7543044. OLE color: 7543044.

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

Color convert

RGB 4 25 115 -
CMYK 0.97 0.78 0 0.55
HSL 228.65º 0.93% 0.23% -
HSV(B) 228.65º 0.97% 0.45% -
XYZ 3.49 1.96 16.41 -
YUV 28.98 176.54 110.18 -
System Red Green Blue C M Y K H S L
Decimal 4 25 115 0.97 0.78 0 0.55 228.65 0.93 0.23
Hex 4 19 73 61 4E 0 37 E5 5D 17
Octal 4 31 163 141 116 0 67 345 135 27
Binary 100 11001 1110011 1100001 1001110 0 110111 11100101 1011101 10111

Color Harmonies of #041973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041973

Black with #041973

Text Example


Text Example

White with #041973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041973; }

 p { color: rgb(4,25,115); }

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

background-color css

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

 a { background-color: rgb(4,25,115); }

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

border-color css

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

 span { border-color: rgb(4,25,115); }

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