Html Css Color HEX #041063 Sapphire

📋 copy color: '#041063'

red 4 ◦ green 16 ◦ blue 99

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

Shades of Sapphire #041063

Tints of Sapphire #041063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 83.19%

R = 3.36%
G = 13.45%
B = 83.19%

CMYK

 C value IS 0.96

 M value IS 0.84

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#041063 (or 0x041063) is known color: Sapphire. HEX triplet: 04, 10 and 63. RGB value is (4,16,99). Sum of RGB (Red+Green+Blue) = 4+16+99=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 99 (39.06% from 255 or 83.19% from 119); Max value from RGB is 99 - color contains mainly: blue. Hex color #041063 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041063 is #FBEF9C. Grayscale: #151515. Windows color (decimal): -16510877 or 6492164. OLE color: 6492164.

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

Color convert

RGB 4 16 99 -
CMYK 0.96 0.84 0 0.61
HSL 232.42º 0.92% 0.2% -
HSV(B) 232.42º 0.96% 0.39% -
XYZ 2.49 1.3 11.92 -
YUV 21.87 171.52 115.25 -
System Red Green Blue C M Y K H S L
Decimal 4 16 99 0.96 0.84 0 0.61 232.42 0.92 0.2
Hex 4 10 63 60 54 0 3D E8 5C 14
Octal 4 20 143 140 124 0 75 350 134 24
Binary 100 10000 1100011 1100000 1010100 0 111101 11101000 1011100 10100

Color Harmonies of #041063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041063

Black with #041063

Text Example


Text Example

White with #041063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041063; }

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

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

background-color css

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

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

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

border-color css

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

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

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