Html Css Color HEX #041249 Sapphire

📋 copy color: '#041249'

red 4 ◦ green 18 ◦ blue 73

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

Shades of Sapphire #041249

Tints of Sapphire #041249

RGB

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

 GREEN value IS 18 (7.42% from 255) = 18.95%

 BLUE value IS 73 (28.91% from 255) = 76.84%

R = 4.21%
G = 18.95%
B = 76.84%

CMYK

 C value IS 0.95

 M value IS 0.75

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#041249 (or 0x041249) is known color: Sapphire. HEX triplet: 04, 12 and 49. RGB value is (4,18,73). Sum of RGB (Red+Green+Blue) = 4+18+73=95 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.21% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 73 (28.91% from 255 or 76.84% from 95); Max value from RGB is 73 - color contains mainly: blue. Hex color #041249 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041249 is #FBEDB6. Grayscale: #131313. Windows color (decimal): -16510391 or 4788740. OLE color: 4788740.

HSL color Cylindrical-coordinate representation of color #041249: hue angle of 227.83º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #041249 is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 4 18 73 -
CMYK 0.95 0.75 0 0.71
HSL 227.83º 0.9% 0.15% -
HSV(B) 227.83º 0.95% 0.29% -
XYZ 1.47 0.94 6.41 -
YUV 20.08 157.86 116.53 -
System Red Green Blue C M Y K H S L
Decimal 4 18 73 0.95 0.75 0 0.71 227.83 0.9 0.15
Hex 4 12 49 5F 4B 0 47 E4 5A F
Octal 4 22 111 137 113 0 107 344 132 17
Binary 100 10010 1001001 1011111 1001011 0 1000111 11100100 1011010 1111

Color Harmonies of #041249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041249

Black with #041249

Text Example


Text Example

White with #041249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041249; }

 p { color: rgb(4,18,73); }

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

background-color css

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

 a { background-color: rgb(4,18,73); }

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

border-color css

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

 span { border-color: rgb(4,18,73); }

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