Html Css Color HEX #031A63 Sapphire

📋 copy color: '#031A63'

red 3 ◦ green 26 ◦ blue 99

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

Shades of Sapphire #031A63

Tints of Sapphire #031A63

RGB

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

 GREEN value IS 26 (10.55% from 255) = 20.31%

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

R = 2.34%
G = 20.31%
B = 77.34%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#031A63 (or 0x031A63) is known color: Sapphire. HEX triplet: 03, 1A and 63. RGB value is (3,26,99). Sum of RGB (Red+Green+Blue) = 3+26+99=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 26 (10.55% from 255 or 20.31% from 128); Blue value is 99 (39.06% from 255 or 77.34% from 128); Max value from RGB is 99 - color contains mainly: blue. Hex color #031A63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031A63 is #FCE59C. Grayscale: #1B1B1B. Windows color (decimal): -16573853 or 6494723. OLE color: 6494723.

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

Color convert

RGB 3 26 99 -
CMYK 0.97 0.74 0 0.61
HSL 225.63º 0.94% 0.2% -
HSV(B) 225.63º 0.97% 0.39% -
XYZ 2.66 1.66 11.98 -
YUV 27.45 168.38 110.56 -
System Red Green Blue C M Y K H S L
Decimal 3 26 99 0.97 0.74 0 0.61 225.63 0.94 0.2
Hex 3 1A 63 61 4A 0 3D E2 5E 14
Octal 3 32 143 141 112 0 75 342 136 24
Binary 11 11010 1100011 1100001 1001010 0 111101 11100010 1011110 10100

Color Harmonies of #031A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031A63

Black with #031A63

Text Example


Text Example

White with #031A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031A63; }

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

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

background-color css

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

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

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

border-color css

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

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

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