Html Css Color HEX #041061 Sapphire

📋 copy color: '#041061'

red 4 ◦ green 16 ◦ blue 97

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

Shades of Sapphire #041061

Tints of Sapphire #041061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 82.91%

R = 3.42%
G = 13.68%
B = 82.91%

CMYK

 C value IS 0.96

 M value IS 0.84

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#041061 (or 0x041061) is known color: Sapphire. HEX triplet: 04, 10 and 61. RGB value is (4,16,97). Sum of RGB (Red+Green+Blue) = 4+16+97=117 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.42% from 117); Green value is 16 (6.64% from 255 or 13.68% from 117); Blue value is 97 (38.28% from 255 or 82.91% from 117); Max value from RGB is 97 - color contains mainly: blue. Hex color #041061 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041061 is #FBEF9E. Grayscale: #151515. Windows color (decimal): -16510879 or 6361092. OLE color: 6361092.

HSL color Cylindrical-coordinate representation of color #041061: hue angle of 232.26º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041061 is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 4 16 97 -
CMYK 0.96 0.84 0 0.62
HSL 232.26º 0.92% 0.2% -
HSV(B) 232.26º 0.96% 0.38% -
XYZ 2.39 1.26 11.43 -
YUV 21.65 170.52 115.41 -
System Red Green Blue C M Y K H S L
Decimal 4 16 97 0.96 0.84 0 0.62 232.26 0.92 0.2
Hex 4 10 61 60 54 0 3E E8 5C 14
Octal 4 20 141 140 124 0 76 350 134 24
Binary 100 10000 1100001 1100000 1010100 0 111110 11101000 1011100 10100

Color Harmonies of #041061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041061

Black with #041061

Text Example


Text Example

White with #041061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041061; }

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

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

background-color css

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

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

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

border-color css

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

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

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