Html Css Color HEX #041050 Sapphire

📋 copy color: '#041050'

red 4 ◦ green 16 ◦ blue 80

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

Shades of Sapphire #041050

Tints of Sapphire #041050

RGB

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

 GREEN value IS 16 (6.64% from 255) = 16%

 BLUE value IS 80 (31.64% from 255) = 80%

R = 4%
G = 16%
B = 80%

CMYK

 C value IS 0.95

 M value IS 0.80

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#041050 (or 0x041050) is known color: Sapphire. HEX triplet: 04, 10 and 50. RGB value is (4,16,80). Sum of RGB (Red+Green+Blue) = 4+16+80=100 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4% from 100); Green value is 16 (6.64% from 255 or 16% from 100); Blue value is 80 (31.64% from 255 or 80% from 100); Max value from RGB is 80 - color contains mainly: blue. Hex color #041050 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041050 is #FBEFAF. Grayscale: #131313. Windows color (decimal): -16510896 or 5246980. OLE color: 5246980.

HSL color Cylindrical-coordinate representation of color #041050: hue angle of 230.53º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #041050 is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 4 16 80 -
CMYK 0.95 0.80 0 0.69
HSL 230.53º 0.9% 0.16% -
HSV(B) 230.53º 0.95% 0.31% -
XYZ 1.68 0.98 7.69 -
YUV 19.71 162.02 116.8 -
System Red Green Blue C M Y K H S L
Decimal 4 16 80 0.95 0.80 0 0.69 230.53 0.9 0.16
Hex 4 10 50 5F 50 0 45 E7 5A 10
Octal 4 20 120 137 120 0 105 347 132 20
Binary 100 10000 1010000 1011111 1010000 0 1000101 11100111 1011010 10000

Color Harmonies of #041050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041050

Black with #041050

Text Example


Text Example

White with #041050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041050; }

 p { color: rgb(4,16,80); }

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

background-color css

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

 a { background-color: rgb(4,16,80); }

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

border-color css

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

 span { border-color: rgb(4,16,80); }

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