Html Css Color HEX #041974 Sapphire

📋 copy color: '#041974'

red 4 ◦ green 25 ◦ blue 116

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

Shades of Sapphire #041974

Tints of Sapphire #041974

RGB

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

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

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

R = 2.76%
G = 17.24%
B = 80%

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

#041974 (or 0x041974) is known color: Sapphire. HEX triplet: 04, 19 and 74. RGB value is (4,25,116). Sum of RGB (Red+Green+Blue) = 4+25+116=145 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.76% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 116 (45.70% from 255 or 80% from 145); Max value from RGB is 116 - color contains mainly: blue. Hex color #041974 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041974 is #FBE68B. Grayscale: #1C1C1C. Windows color (decimal): -16508556 or 7608580. OLE color: 7608580.

HSL color Cylindrical-coordinate representation of color #041974: hue angle of 228.75º 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 #041974 is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 4 25 116 -
CMYK 0.97 0.78 0 0.55
HSL 228.75º 0.93% 0.24% -
HSV(B) 228.75º 0.97% 0.45% -
XYZ 3.55 1.98 16.72 -
YUV 29.1 177.04 110.1 -
System Red Green Blue C M Y K H S L
Decimal 4 25 116 0.97 0.78 0 0.55 228.75 0.93 0.24
Hex 4 19 74 61 4E 0 37 E5 5D 18
Octal 4 31 164 141 116 0 67 345 135 30
Binary 100 11001 1110100 1100001 1001110 0 110111 11100101 1011101 11000

Color Harmonies of #041974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041974

Black with #041974

Text Example


Text Example

White with #041974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041974; }

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

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

background-color css

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

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

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

border-color css

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

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

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