Html Css Color HEX #041954 Sapphire

📋 copy color: '#041954'

red 4 ◦ green 25 ◦ blue 84

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

Shades of Sapphire #041954

Tints of Sapphire #041954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 74.34%

R = 3.54%
G = 22.12%
B = 74.34%

CMYK

 C value IS 0.95

 M value IS 0.70

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#041954 (or 0x041954) is known color: Sapphire. HEX triplet: 04, 19 and 54. RGB value is (4,25,84). Sum of RGB (Red+Green+Blue) = 4+25+84=113 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.54% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 84 (33.20% from 255 or 74.34% from 113); Max value from RGB is 84 - color contains mainly: blue. Hex color #041954 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041954 is #FBE6AB. Grayscale: #191919. Windows color (decimal): -16508588 or 5511428. OLE color: 5511428.

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

Color convert

RGB 4 25 84 -
CMYK 0.95 0.70 0 0.67
HSL 224.25º 0.91% 0.17% -
HSV(B) 224.25º 0.95% 0.33% -
XYZ 2 1.36 8.54 -
YUV 25.45 161.04 112.7 -
System Red Green Blue C M Y K H S L
Decimal 4 25 84 0.95 0.70 0 0.67 224.25 0.91 0.17
Hex 4 19 54 5F 46 0 43 E0 5B 11
Octal 4 31 124 137 106 0 103 340 133 21
Binary 100 11001 1010100 1011111 1000110 0 1000011 11100000 1011011 10001

Color Harmonies of #041954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041954

Black with #041954

Text Example


Text Example

White with #041954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041954; }

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

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

background-color css

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

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

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

border-color css

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

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

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