Html Css Color HEX #041F5A Sapphire

📋 copy color: '#041F5A'

red 4 ◦ green 31 ◦ blue 90

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

Shades of Sapphire #041F5A

Tints of Sapphire #041F5A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 24.8%

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

R = 3.2%
G = 24.8%
B = 72%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#041F5A (or 0x041F5A) is known color: Sapphire. HEX triplet: 04, 1F and 5A. RGB value is (4,31,90). Sum of RGB (Red+Green+Blue) = 4+31+90=125 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.2% from 125); Green value is 31 (12.5% from 255 or 24.8% from 125); Blue value is 90 (35.55% from 255 or 72% from 125); Max value from RGB is 90 - color contains mainly: blue. Hex color #041F5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041F5A is #FBE0A5. Grayscale: #1D1D1D. Windows color (decimal): -16507046 or 5906180. OLE color: 5906180.

HSL color Cylindrical-coordinate representation of color #041F5A: hue angle of 221.16º 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 #041F5A is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 4 31 90 -
CMYK 0.96 0.66 0 0.65
HSL 221.16º 0.91% 0.18% -
HSV(B) 221.16º 0.96% 0.35% -
XYZ 2.39 1.74 9.88 -
YUV 29.65 162.05 109.7 -
System Red Green Blue C M Y K H S L
Decimal 4 31 90 0.96 0.66 0 0.65 221.16 0.91 0.18
Hex 4 1F 5A 60 42 0 41 DD 5B 12
Octal 4 37 132 140 102 0 101 335 133 22
Binary 100 11111 1011010 1100000 1000010 0 1000001 11011101 1011011 10010

Color Harmonies of #041F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041F5A

Black with #041F5A

Text Example


Text Example

White with #041F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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