Html Css Color HEX #041A7F Sapphire

📋 copy color: '#041A7F'

red 4 ◦ green 26 ◦ blue 127

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

Shades of Sapphire #041A7F

Tints of Sapphire #041A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 80.89%

R = 2.55%
G = 16.56%
B = 80.89%

CMYK

 C value IS 0.97

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#041A7F (or 0x041A7F) is known color: Sapphire. HEX triplet: 04, 1A and 7F. RGB value is (4,26,127). Sum of RGB (Red+Green+Blue) = 4+26+127=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 127 (50% from 255 or 80.89% from 157); Max value from RGB is 127 - color contains mainly: blue. Hex color #041A7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041A7F is #FBE580. Grayscale: #1E1E1E. Windows color (decimal): -16508289 or 8329732. OLE color: 8329732.

HSL color Cylindrical-coordinate representation of color #041A7F: hue angle of 229.27º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041A7F is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 4 26 127 -
CMYK 0.97 0.80 0 0.50
HSL 229.27º 0.94% 0.26% -
HSV(B) 229.27º 0.97% 0.5% -
XYZ 4.25 2.3 20.3 -
YUV 30.94 182.21 108.79 -
System Red Green Blue C M Y K H S L
Decimal 4 26 127 0.97 0.80 0 0.50 229.27 0.94 0.26
Hex 4 1A 7F 61 50 0 32 E5 5E 1A
Octal 4 32 177 141 120 0 62 345 136 32
Binary 100 11010 1111111 1100001 1010000 0 110010 11100101 1011110 11010

Color Harmonies of #041A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041A7F

Black with #041A7F

Text Example


Text Example

White with #041A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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