Html Css Color HEX #041A54 Sapphire

📋 copy color: '#041A54'

red 4 ◦ green 26 ◦ blue 84

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

Shades of Sapphire #041A54

Tints of Sapphire #041A54

RGB

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

 GREEN value IS 26 (10.55% from 255) = 22.81%

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

R = 3.51%
G = 22.81%
B = 73.68%

CMYK

 C value IS 0.95

 M value IS 0.69

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#041A54 (or 0x041A54) is known color: Sapphire. HEX triplet: 04, 1A and 54. RGB value is (4,26,84). Sum of RGB (Red+Green+Blue) = 4+26+84=114 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.51% from 114); Green value is 26 (10.55% from 255 or 22.81% from 114); Blue value is 84 (33.20% from 255 or 73.68% from 114); Max value from RGB is 84 - color contains mainly: blue. Hex color #041A54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041A54 is #FBE5AB. Grayscale: #191919. Windows color (decimal): -16508332 or 5511684. OLE color: 5511684.

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

Color convert

RGB 4 26 84 -
CMYK 0.95 0.69 0 0.67
HSL 223.5º 0.91% 0.17% -
HSV(B) 223.5º 0.95% 0.33% -
XYZ 2.02 1.4 8.55 -
YUV 26.03 160.71 112.28 -
System Red Green Blue C M Y K H S L
Decimal 4 26 84 0.95 0.69 0 0.67 223.5 0.91 0.17
Hex 4 1A 54 5F 45 0 43 E0 5B 11
Octal 4 32 124 137 105 0 103 340 133 21
Binary 100 11010 1010100 1011111 1000101 0 1000011 11100000 1011011 10001

Color Harmonies of #041A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041A54

Black with #041A54

Text Example


Text Example

White with #041A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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