Html Css Color HEX #041A5D Sapphire

📋 copy color: '#041A5D'

red 4 ◦ green 26 ◦ blue 93

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

Shades of Sapphire #041A5D

Tints of Sapphire #041A5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 75.61%

R = 3.25%
G = 21.14%
B = 75.61%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#041A5D (or 0x041A5D) is known color: Sapphire. HEX triplet: 04, 1A and 5D. RGB value is (4,26,93). Sum of RGB (Red+Green+Blue) = 4+26+93=123 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.25% from 123); Green value is 26 (10.55% from 255 or 21.14% from 123); Blue value is 93 (36.72% from 255 or 75.61% from 123); Max value from RGB is 93 - color contains mainly: blue. Hex color #041A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041A5D is #FBE5A2. Grayscale: #1A1A1A. Windows color (decimal): -16508323 or 6101508. OLE color: 6101508.

HSL color Cylindrical-coordinate representation of color #041A5D: hue angle of 225.17º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041A5D is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 4 26 93 -
CMYK 0.96 0.72 0 0.64
HSL 225.17º 0.92% 0.19% -
HSV(B) 225.17º 0.96% 0.36% -
XYZ 2.4 1.55 10.53 -
YUV 27.06 165.21 111.55 -
System Red Green Blue C M Y K H S L
Decimal 4 26 93 0.96 0.72 0 0.64 225.17 0.92 0.19
Hex 4 1A 5D 60 48 0 40 E1 5C 13
Octal 4 32 135 140 110 0 100 341 134 23
Binary 100 11010 1011101 1100000 1001000 0 1000000 11100001 1011100 10011

Color Harmonies of #041A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041A5D

Black with #041A5D

Text Example


Text Example

White with #041A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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