Html Css Color HEX #041750 Sapphire

📋 copy color: '#041750'

red 4 ◦ green 23 ◦ blue 80

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

Shades of Sapphire #041750

Tints of Sapphire #041750

RGB

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

 GREEN value IS 23 (9.38% from 255) = 21.5%

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

R = 3.74%
G = 21.5%
B = 74.77%

CMYK

 C value IS 0.95

 M value IS 0.71

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#041750 (or 0x041750) is known color: Sapphire. HEX triplet: 04, 17 and 50. RGB value is (4,23,80). Sum of RGB (Red+Green+Blue) = 4+23+80=107 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.74% from 107); Green value is 23 (9.38% from 255 or 21.50% from 107); Blue value is 80 (31.64% from 255 or 74.77% from 107); Max value from RGB is 80 - color contains mainly: blue. Hex color #041750 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041750 is #FBE8AF. Grayscale: #171717. Windows color (decimal): -16509104 or 5248772. OLE color: 5248772.

HSL color Cylindrical-coordinate representation of color #041750: hue angle of 225º 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 #041750 is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 4 23 80 -
CMYK 0.95 0.71 0 0.69
HSL 225º 0.9% 0.16% -
HSV(B) 225º 0.95% 0.31% -
XYZ 1.8 1.22 7.73 -
YUV 23.82 159.71 113.87 -
System Red Green Blue C M Y K H S L
Decimal 4 23 80 0.95 0.71 0 0.69 225 0.9 0.16
Hex 4 17 50 5F 47 0 45 E1 5A 10
Octal 4 27 120 137 107 0 105 341 132 20
Binary 100 10111 1010000 1011111 1000111 0 1000101 11100001 1011010 10000

Color Harmonies of #041750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041750

Black with #041750

Text Example


Text Example

White with #041750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041750; }

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

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

background-color css

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

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

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

border-color css

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

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

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