Html Css Color HEX #031063 Sapphire

📋 copy color: '#031063'

red 3 ◦ green 16 ◦ blue 99

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

Shades of Sapphire #031063

Tints of Sapphire #031063

RGB

 RED value IS 3 (1.56% from 255) = 2.54%

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

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

R = 2.54%
G = 13.56%
B = 83.9%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#031063 (or 0x031063) is known color: Sapphire. HEX triplet: 03, 10 and 63. RGB value is (3,16,99). Sum of RGB (Red+Green+Blue) = 3+16+99=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 99 (39.06% from 255 or 83.90% from 118); Max value from RGB is 99 - color contains mainly: blue. Hex color #031063 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031063 is #FCEF9C. Grayscale: #151515. Windows color (decimal): -16576413 or 6492163. OLE color: 6492163.

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

Color convert

RGB 3 16 99 -
CMYK 0.97 0.84 0 0.61
HSL 231.88º 0.94% 0.2% -
HSV(B) 231.88º 0.97% 0.39% -
XYZ 2.47 1.29 11.92 -
YUV 21.58 171.69 114.75 -
System Red Green Blue C M Y K H S L
Decimal 3 16 99 0.97 0.84 0 0.61 231.88 0.94 0.2
Hex 3 10 63 61 54 0 3D E8 5E 14
Octal 3 20 143 141 124 0 75 350 136 24
Binary 11 10000 1100011 1100001 1010100 0 111101 11101000 1011110 10100

Color Harmonies of #031063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031063

Black with #031063

Text Example


Text Example

White with #031063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031063; }

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

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

background-color css

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

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

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

border-color css

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

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

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