Html Css Color HEX #041663 Sapphire

📋 copy color: '#041663'

red 4 ◦ green 22 ◦ blue 99

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

Shades of Sapphire #041663

Tints of Sapphire #041663

RGB

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

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

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

R = 3.2%
G = 17.6%
B = 79.2%

CMYK

 C value IS 0.96

 M value IS 0.78

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#041663 (or 0x041663) is known color: Sapphire. HEX triplet: 04, 16 and 63. RGB value is (4,22,99). Sum of RGB (Red+Green+Blue) = 4+22+99=125 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.2% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 99 (39.06% from 255 or 79.2% from 125); Max value from RGB is 99 - color contains mainly: blue. Hex color #041663 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041663 is #FBE99C. Grayscale: #191919. Windows color (decimal): -16509341 or 6493700. OLE color: 6493700.

HSL color Cylindrical-coordinate representation of color #041663: hue angle of 228.63º 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 #041663 is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 4 22 99 -
CMYK 0.96 0.78 0 0.61
HSL 228.63º 0.92% 0.2% -
HSV(B) 228.63º 0.96% 0.39% -
XYZ 2.59 1.5 11.96 -
YUV 25.4 169.54 112.74 -
System Red Green Blue C M Y K H S L
Decimal 4 22 99 0.96 0.78 0 0.61 228.63 0.92 0.2
Hex 4 16 63 60 4E 0 3D E5 5C 14
Octal 4 26 143 140 116 0 75 345 134 24
Binary 100 10110 1100011 1100000 1001110 0 111101 11100101 1011100 10100

Color Harmonies of #041663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041663

Black with #041663

Text Example


Text Example

White with #041663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041663; }

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

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

background-color css

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

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

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

border-color css

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

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

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