Html Css Color HEX #041A48 Sapphire

📋 copy color: '#041A48'

red 4 ◦ green 26 ◦ blue 72

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

Shades of Sapphire #041A48

Tints of Sapphire #041A48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 70.59%

R = 3.92%
G = 25.49%
B = 70.59%

CMYK

 C value IS 0.94

 M value IS 0.64

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#041A48 (or 0x041A48) is known color: Sapphire. HEX triplet: 04, 1A and 48. RGB value is (4,26,72). Sum of RGB (Red+Green+Blue) = 4+26+72=102 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.92% from 102); Green value is 26 (10.55% from 255 or 25.49% from 102); Blue value is 72 (28.52% from 255 or 70.59% from 102); Max value from RGB is 72 - color contains mainly: blue. Hex color #041A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041A48 is #FBE5B7. Grayscale: #181818. Windows color (decimal): -16508344 or 4725252. OLE color: 4725252.

HSL color Cylindrical-coordinate representation of color #041A48: hue angle of 220.59º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #041A48 is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 4 26 72 -
CMYK 0.94 0.64 0 0.72
HSL 220.59º 0.89% 0.15% -
HSV(B) 220.59º 0.94% 0.28% -
XYZ 1.59 1.23 6.29 -
YUV 24.67 154.71 113.26 -
System Red Green Blue C M Y K H S L
Decimal 4 26 72 0.94 0.64 0 0.72 220.59 0.89 0.15
Hex 4 1A 48 5E 40 0 48 DD 59 F
Octal 4 32 110 136 100 0 110 335 131 17
Binary 100 11010 1001000 1011110 1000000 0 1001000 11011101 1011001 1111

Color Harmonies of #041A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041A48

Black with #041A48

Text Example


Text Example

White with #041A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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