Html Css Color HEX #041263 Sapphire

📋 copy color: '#041263'

red 4 ◦ green 18 ◦ blue 99

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

Shades of Sapphire #041263

Tints of Sapphire #041263

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.88%

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

R = 3.31%
G = 14.88%
B = 81.82%

CMYK

 C value IS 0.96

 M value IS 0.82

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#041263 (or 0x041263) is known color: Sapphire. HEX triplet: 04, 12 and 63. RGB value is (4,18,99). Sum of RGB (Red+Green+Blue) = 4+18+99=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 99 (39.06% from 255 or 81.82% from 121); Max value from RGB is 99 - color contains mainly: blue. Hex color #041263 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041263 is #FBED9C. Grayscale: #161616. Windows color (decimal): -16510365 or 6492676. OLE color: 6492676.

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

Color convert

RGB 4 18 99 -
CMYK 0.96 0.82 0 0.61
HSL 231.16º 0.92% 0.2% -
HSV(B) 231.16º 0.96% 0.39% -
XYZ 2.52 1.36 11.93 -
YUV 23.05 170.86 114.41 -
System Red Green Blue C M Y K H S L
Decimal 4 18 99 0.96 0.82 0 0.61 231.16 0.92 0.2
Hex 4 12 63 60 52 0 3D E7 5C 14
Octal 4 22 143 140 122 0 75 347 134 24
Binary 100 10010 1100011 1100000 1010010 0 111101 11100111 1011100 10100

Color Harmonies of #041263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041263

Black with #041263

Text Example


Text Example

White with #041263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041263; }

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

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

background-color css

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

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

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

border-color css

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

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

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