Html Css Color HEX #031161 Sapphire

📋 copy color: '#031161'

red 3 ◦ green 17 ◦ blue 97

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

Shades of Sapphire #031161

Tints of Sapphire #031161

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.53%

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

R = 2.56%
G = 14.53%
B = 82.91%

CMYK

 C value IS 0.97

 M value IS 0.82

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#031161 (or 0x031161) is known color: Sapphire. HEX triplet: 03, 11 and 61. RGB value is (3,17,97). Sum of RGB (Red+Green+Blue) = 3+17+97=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 97 (38.28% from 255 or 82.91% from 117); Max value from RGB is 97 - color contains mainly: blue. Hex color #031161 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031161 is #FCEE9E. Grayscale: #151515. Windows color (decimal): -16576159 or 6361347. OLE color: 6361347.

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

Color convert

RGB 3 17 97 -
CMYK 0.97 0.82 0 0.62
HSL 231.06º 0.94% 0.2% -
HSV(B) 231.06º 0.97% 0.38% -
XYZ 2.4 1.28 11.43 -
YUV 21.93 170.36 114.5 -
System Red Green Blue C M Y K H S L
Decimal 3 17 97 0.97 0.82 0 0.62 231.06 0.94 0.2
Hex 3 11 61 61 52 0 3E E7 5E 14
Octal 3 21 141 141 122 0 76 347 136 24
Binary 11 10001 1100001 1100001 1010010 0 111110 11100111 1011110 10100

Color Harmonies of #031161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031161

Black with #031161

Text Example


Text Example

White with #031161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031161; }

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

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

background-color css

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

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

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

border-color css

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

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

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