Html Css Color HEX #041A77 Sapphire

📋 copy color: '#041A77'

red 4 ◦ green 26 ◦ blue 119

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

Shades of Sapphire #041A77

Tints of Sapphire #041A77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 79.87%

R = 2.68%
G = 17.45%
B = 79.87%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#041A77 (or 0x041A77) is known color: Sapphire. HEX triplet: 04, 1A and 77. RGB value is (4,26,119). Sum of RGB (Red+Green+Blue) = 4+26+119=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 26 (10.55% from 255 or 17.45% from 149); Blue value is 119 (46.88% from 255 or 79.87% from 149); Max value from RGB is 119 - color contains mainly: blue. Hex color #041A77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041A77 is #FBE588. Grayscale: #1D1D1D. Windows color (decimal): -16508297 or 7805444. OLE color: 7805444.

HSL color Cylindrical-coordinate representation of color #041A77: hue angle of 228.52º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041A77 is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 4 26 119 -
CMYK 0.97 0.78 0 0.53
HSL 228.52º 0.93% 0.24% -
HSV(B) 228.52º 0.97% 0.47% -
XYZ 3.75 2.1 17.66 -
YUV 30.02 178.21 109.44 -
System Red Green Blue C M Y K H S L
Decimal 4 26 119 0.97 0.78 0 0.53 228.52 0.93 0.24
Hex 4 1A 77 61 4E 0 35 E5 5D 18
Octal 4 32 167 141 116 0 65 345 135 30
Binary 100 11010 1110111 1100001 1001110 0 110101 11100101 1011101 11000

Color Harmonies of #041A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041A77

Black with #041A77

Text Example


Text Example

White with #041A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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