Html Css Color HEX #041A5A Sapphire

📋 copy color: '#041A5A'

red 4 ◦ green 26 ◦ blue 90

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

Shades of Sapphire #041A5A

Tints of Sapphire #041A5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 75%

R = 3.33%
G = 21.67%
B = 75%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#041A5A (or 0x041A5A) is known color: Sapphire. HEX triplet: 04, 1A and 5A. RGB value is (4,26,90). Sum of RGB (Red+Green+Blue) = 4+26+90=120 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.33% from 120); Green value is 26 (10.55% from 255 or 21.67% from 120); Blue value is 90 (35.55% from 255 or 75% from 120); Max value from RGB is 90 - color contains mainly: blue. Hex color #041A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041A5A is #FBE5A5. Grayscale: #1A1A1A. Windows color (decimal): -16508326 or 5904900. OLE color: 5904900.

HSL color Cylindrical-coordinate representation of color #041A5A: hue angle of 224.65º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041A5A is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 4 26 90 -
CMYK 0.96 0.71 0 0.65
HSL 224.65º 0.91% 0.18% -
HSV(B) 224.65º 0.96% 0.35% -
XYZ 2.26 1.5 9.84 -
YUV 26.72 163.71 111.8 -
System Red Green Blue C M Y K H S L
Decimal 4 26 90 0.96 0.71 0 0.65 224.65 0.91 0.18
Hex 4 1A 5A 60 47 0 41 E1 5B 12
Octal 4 32 132 140 107 0 101 341 133 22
Binary 100 11010 1011010 1100000 1000111 0 1000001 11100001 1011011 10010

Color Harmonies of #041A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041A5A

Black with #041A5A

Text Example


Text Example

White with #041A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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