Html Css Color HEX #031663 Sapphire

📋 copy color: '#031663'

red 3 ◦ green 22 ◦ blue 99

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

Shades of Sapphire #031663

Tints of Sapphire #031663

RGB

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

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

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

R = 2.42%
G = 17.74%
B = 79.84%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#031663 (or 0x031663) is known color: Sapphire. HEX triplet: 03, 16 and 63. RGB value is (3,22,99). Sum of RGB (Red+Green+Blue) = 3+22+99=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 22 (8.98% from 255 or 17.74% from 124); Blue value is 99 (39.06% from 255 or 79.84% from 124); Max value from RGB is 99 - color contains mainly: blue. Hex color #031663 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031663 is #FCE99C. Grayscale: #181818. Windows color (decimal): -16574877 or 6493699. OLE color: 6493699.

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

Color convert

RGB 3 22 99 -
CMYK 0.97 0.78 0 0.61
HSL 228.13º 0.94% 0.2% -
HSV(B) 228.13º 0.97% 0.39% -
XYZ 2.58 1.49 11.96 -
YUV 25.1 169.71 112.24 -
System Red Green Blue C M Y K H S L
Decimal 3 22 99 0.97 0.78 0 0.61 228.13 0.94 0.2
Hex 3 16 63 61 4E 0 3D E4 5E 14
Octal 3 26 143 141 116 0 75 344 136 24
Binary 11 10110 1100011 1100001 1001110 0 111101 11100100 1011110 10100

Color Harmonies of #031663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031663

Black with #031663

Text Example


Text Example

White with #031663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031663; }

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

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

background-color css

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

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

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

border-color css

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

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

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