Html Css Color HEX #041650 Sapphire

📋 copy color: '#041650'

red 4 ◦ green 22 ◦ blue 80

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

Shades of Sapphire #041650

Tints of Sapphire #041650

RGB

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

 GREEN value IS 22 (8.98% from 255) = 20.75%

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

R = 3.77%
G = 20.75%
B = 75.47%

CMYK

 C value IS 0.95

 M value IS 0.72

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#041650 (or 0x041650) is known color: Sapphire. HEX triplet: 04, 16 and 50. RGB value is (4,22,80). Sum of RGB (Red+Green+Blue) = 4+22+80=106 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.77% from 106); Green value is 22 (8.98% from 255 or 20.75% from 106); Blue value is 80 (31.64% from 255 or 75.47% from 106); Max value from RGB is 80 - color contains mainly: blue. Hex color #041650 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041650 is #FBE9AF. Grayscale: #161616. Windows color (decimal): -16509360 or 5248516. OLE color: 5248516.

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

Color convert

RGB 4 22 80 -
CMYK 0.95 0.72 0 0.69
HSL 225.79º 0.9% 0.16% -
HSV(B) 225.79º 0.95% 0.31% -
XYZ 1.78 1.18 7.72 -
YUV 23.23 160.04 114.28 -
System Red Green Blue C M Y K H S L
Decimal 4 22 80 0.95 0.72 0 0.69 225.79 0.9 0.16
Hex 4 16 50 5F 48 0 45 E2 5A 10
Octal 4 26 120 137 110 0 105 342 132 20
Binary 100 10110 1010000 1011111 1001000 0 1000101 11100010 1011010 10000

Color Harmonies of #041650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041650

Black with #041650

Text Example


Text Example

White with #041650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041650; }

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

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

background-color css

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

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

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

border-color css

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

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

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