Html Css Color HEX #041165 Sapphire

📋 copy color: '#041165'

red 4 ◦ green 17 ◦ blue 101

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

Shades of Sapphire #041165

Tints of Sapphire #041165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 82.79%

R = 3.28%
G = 13.93%
B = 82.79%

CMYK

 C value IS 0.96

 M value IS 0.83

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#041165 (or 0x041165) is known color: Sapphire. HEX triplet: 04, 11 and 65. RGB value is (4,17,101). Sum of RGB (Red+Green+Blue) = 4+17+101=122 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.28% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 101 (39.84% from 255 or 82.79% from 122); Max value from RGB is 101 - color contains mainly: blue. Hex color #041165 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041165 is #FBEE9A. Grayscale: #161616. Windows color (decimal): -16510619 or 6623492. OLE color: 6623492.

HSL color Cylindrical-coordinate representation of color #041165: hue angle of 231.96º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041165 is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 4 17 101 -
CMYK 0.96 0.83 0 0.60
HSL 231.96º 0.92% 0.21% -
HSV(B) 231.96º 0.96% 0.4% -
XYZ 2.6 1.37 12.44 -
YUV 22.69 172.19 114.67 -
System Red Green Blue C M Y K H S L
Decimal 4 17 101 0.96 0.83 0 0.60 231.96 0.92 0.21
Hex 4 11 65 60 53 0 3C E8 5C 15
Octal 4 21 145 140 123 0 74 350 134 25
Binary 100 10001 1100101 1100000 1010011 0 111100 11101000 1011100 10101

Color Harmonies of #041165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041165

Black with #041165

Text Example


Text Example

White with #041165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041165; }

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

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

background-color css

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

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

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

border-color css

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

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

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