Html Css Color HEX #041863 Sapphire

📋 copy color: '#041863'

red 4 ◦ green 24 ◦ blue 99

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

Shades of Sapphire #041863

Tints of Sapphire #041863

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.9%

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

R = 3.15%
G = 18.9%
B = 77.95%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#041863 (or 0x041863) is known color: Sapphire. HEX triplet: 04, 18 and 63. RGB value is (4,24,99). Sum of RGB (Red+Green+Blue) = 4+24+99=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 99 (39.06% from 255 or 77.95% from 127); Max value from RGB is 99 - color contains mainly: blue. Hex color #041863 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041863 is #FBE79C. Grayscale: #1A1A1A. Windows color (decimal): -16508829 or 6494212. OLE color: 6494212.

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

Color convert

RGB 4 24 99 -
CMYK 0.96 0.76 0 0.61
HSL 227.37º 0.92% 0.2% -
HSV(B) 227.37º 0.96% 0.39% -
XYZ 2.63 1.58 11.97 -
YUV 26.57 168.87 111.9 -
System Red Green Blue C M Y K H S L
Decimal 4 24 99 0.96 0.76 0 0.61 227.37 0.92 0.2
Hex 4 18 63 60 4C 0 3D E3 5C 14
Octal 4 30 143 140 114 0 75 343 134 24
Binary 100 11000 1100011 1100000 1001100 0 111101 11100011 1011100 10100

Color Harmonies of #041863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041863

Black with #041863

Text Example


Text Example

White with #041863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041863; }

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

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

background-color css

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

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

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

border-color css

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

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

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