Html Css Color HEX #031361 Sapphire

📋 copy color: '#031361'

red 3 ◦ green 19 ◦ blue 97

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

Shades of Sapphire #031361

Tints of Sapphire #031361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 81.51%

R = 2.52%
G = 15.97%
B = 81.51%

CMYK

 C value IS 0.97

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#031361 (or 0x031361) is known color: Sapphire. HEX triplet: 03, 13 and 61. RGB value is (3,19,97). Sum of RGB (Red+Green+Blue) = 3+19+97=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 97 (38.28% from 255 or 81.51% from 119); Max value from RGB is 97 - color contains mainly: blue. Hex color #031361 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031361 is #FCEC9E. Grayscale: #161616. Windows color (decimal): -16575647 or 6361859. OLE color: 6361859.

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

Color convert

RGB 3 19 97 -
CMYK 0.97 0.80 0 0.62
HSL 229.79º 0.94% 0.2% -
HSV(B) 229.79º 0.97% 0.38% -
XYZ 2.43 1.35 11.44 -
YUV 23.11 169.7 113.66 -
System Red Green Blue C M Y K H S L
Decimal 3 19 97 0.97 0.80 0 0.62 229.79 0.94 0.2
Hex 3 13 61 61 50 0 3E E6 5E 14
Octal 3 23 141 141 120 0 76 346 136 24
Binary 11 10011 1100001 1100001 1010000 0 111110 11100110 1011110 10100

Color Harmonies of #031361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031361

Black with #031361

Text Example


Text Example

White with #031361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031361; }

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

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

background-color css

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

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

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

border-color css

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

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

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