Html Css Color HEX #041168 Sapphire

📋 copy color: '#041168'

red 4 ◦ green 17 ◦ blue 104

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

Shades of Sapphire #041168

Tints of Sapphire #041168

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.6%

 BLUE value IS 104 (41.02% from 255) = 83.2%

R = 3.2%
G = 13.6%
B = 83.2%

CMYK

 C value IS 0.96

 M value IS 0.84

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#041168 (or 0x041168) is known color: Sapphire. HEX triplet: 04, 11 and 68. RGB value is (4,17,104). Sum of RGB (Red+Green+Blue) = 4+17+104=125 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.2% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 104 (41.02% from 255 or 83.2% from 125); Max value from RGB is 104 - color contains mainly: blue. Hex color #041168 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041168 is #FBEE97. Grayscale: #161616. Windows color (decimal): -16510616 or 6820100. OLE color: 6820100.

HSL color Cylindrical-coordinate representation of color #041168: hue angle of 232.2º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041168 is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 4 17 104 -
CMYK 0.96 0.84 0 0.59
HSL 232.2º 0.93% 0.21% -
HSV(B) 232.2º 0.96% 0.41% -
XYZ 2.75 1.43 13.23 -
YUV 23.03 173.69 114.43 -
System Red Green Blue C M Y K H S L
Decimal 4 17 104 0.96 0.84 0 0.59 232.2 0.93 0.21
Hex 4 11 68 60 54 0 3B E8 5D 15
Octal 4 21 150 140 124 0 73 350 135 25
Binary 100 10001 1101000 1100000 1010100 0 111011 11101000 1011101 10101

Color Harmonies of #041168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041168

Black with #041168

Text Example


Text Example

White with #041168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041168; }

 p { color: rgb(4,17,104); }

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

background-color css

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

 a { background-color: rgb(4,17,104); }

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

border-color css

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

 span { border-color: rgb(4,17,104); }

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