Html Css Color HEX #031963 Sapphire

📋 copy color: '#031963'

red 3 ◦ green 25 ◦ blue 99

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

Shades of Sapphire #031963

Tints of Sapphire #031963

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.69%

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

R = 2.36%
G = 19.69%
B = 77.95%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#031963 (or 0x031963) is known color: Sapphire. HEX triplet: 03, 19 and 63. RGB value is (3,25,99). Sum of RGB (Red+Green+Blue) = 3+25+99=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 25 (10.16% from 255 or 19.69% 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 #031963 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031963 is #FCE69C. Grayscale: #1A1A1A. Windows color (decimal): -16574109 or 6494467. OLE color: 6494467.

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

Color convert

RGB 3 25 99 -
CMYK 0.97 0.75 0 0.61
HSL 226.25º 0.94% 0.2% -
HSV(B) 226.25º 0.97% 0.39% -
XYZ 2.64 1.62 11.98 -
YUV 26.86 168.71 110.98 -
System Red Green Blue C M Y K H S L
Decimal 3 25 99 0.97 0.75 0 0.61 226.25 0.94 0.2
Hex 3 19 63 61 4B 0 3D E2 5E 14
Octal 3 31 143 141 113 0 75 342 136 24
Binary 11 11001 1100011 1100001 1001011 0 111101 11100010 1011110 10100

Color Harmonies of #031963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031963

Black with #031963

Text Example


Text Example

White with #031963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031963; }

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

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

background-color css

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

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

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

border-color css

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

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

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