Html Css Color HEX #041A72 Sapphire

📋 copy color: '#041A72'

red 4 ◦ green 26 ◦ blue 114

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

Shades of Sapphire #041A72

Tints of Sapphire #041A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 79.17%

R = 2.78%
G = 18.06%
B = 79.17%

CMYK

 C value IS 0.96

 M value IS 0.77

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#041A72 (or 0x041A72) is known color: Sapphire. HEX triplet: 04, 1A and 72. RGB value is (4,26,114). Sum of RGB (Red+Green+Blue) = 4+26+114=144 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.78% from 144); Green value is 26 (10.55% from 255 or 18.06% from 144); Blue value is 114 (44.92% from 255 or 79.17% from 144); Max value from RGB is 114 - color contains mainly: blue. Hex color #041A72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041A72 is #FBE58D. Grayscale: #1D1D1D. Windows color (decimal): -16508302 or 7477764. OLE color: 7477764.

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

Color convert

RGB 4 26 114 -
CMYK 0.96 0.77 0 0.55
HSL 228º 0.93% 0.23% -
HSV(B) 228º 0.96% 0.45% -
XYZ 3.46 1.98 16.12 -
YUV 29.45 175.71 109.84 -
System Red Green Blue C M Y K H S L
Decimal 4 26 114 0.96 0.77 0 0.55 228 0.93 0.23
Hex 4 1A 72 60 4D 0 37 E4 5D 17
Octal 4 32 162 140 115 0 67 344 135 27
Binary 100 11010 1110010 1100000 1001101 0 110111 11100100 1011101 10111

Color Harmonies of #041A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041A72

Black with #041A72

Text Example


Text Example

White with #041A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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