Html Css Color HEX #031363 Sapphire

📋 copy color: '#031363'

red 3 ◦ green 19 ◦ blue 99

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

Shades of Sapphire #031363

Tints of Sapphire #031363

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.7%

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

R = 2.48%
G = 15.7%
B = 81.82%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#031363 (or 0x031363) is known color: Sapphire. HEX triplet: 03, 13 and 63. RGB value is (3,19,99). Sum of RGB (Red+Green+Blue) = 3+19+99=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 19 (7.81% from 255 or 15.70% 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 #031363 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031363 is #FCEC9C. Grayscale: #171717. Windows color (decimal): -16575645 or 6492931. OLE color: 6492931.

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

Color convert

RGB 3 19 99 -
CMYK 0.97 0.81 0 0.61
HSL 230º 0.94% 0.2% -
HSV(B) 230º 0.97% 0.39% -
XYZ 2.52 1.39 11.94 -
YUV 23.34 170.7 113.5 -
System Red Green Blue C M Y K H S L
Decimal 3 19 99 0.97 0.81 0 0.61 230 0.94 0.2
Hex 3 13 63 61 51 0 3D E6 5E 14
Octal 3 23 143 141 121 0 75 346 136 24
Binary 11 10011 1100011 1100001 1010001 0 111101 11100110 1011110 10100

Color Harmonies of #031363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031363

Black with #031363

Text Example


Text Example

White with #031363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031363; }

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

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

background-color css

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

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

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

border-color css

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

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

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