Html Css Color HEX #031151 Sapphire

📋 copy color: '#031151'

red 3 ◦ green 17 ◦ blue 81

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

Shades of Sapphire #031151

Tints of Sapphire #031151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 80.2%

R = 2.97%
G = 16.83%
B = 80.2%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#031151 (or 0x031151) is known color: Sapphire. HEX triplet: 03, 11 and 51. RGB value is (3,17,81). Sum of RGB (Red+Green+Blue) = 3+17+81=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 17 (7.03% from 255 or 16.83% from 101); Blue value is 81 (32.03% from 255 or 80.20% from 101); Max value from RGB is 81 - color contains mainly: blue. Hex color #031151 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031151 is #FCEEAE. Grayscale: #131313. Windows color (decimal): -16576175 or 5312771. OLE color: 5312771.

HSL color Cylindrical-coordinate representation of color #031151: hue angle of 229.23º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031151 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 3 17 81 -
CMYK 0.96 0.79 0 0.68
HSL 229.23º 0.93% 0.16% -
HSV(B) 229.23º 0.96% 0.32% -
XYZ 1.72 1.01 7.89 -
YUV 20.11 162.36 115.8 -
System Red Green Blue C M Y K H S L
Decimal 3 17 81 0.96 0.79 0 0.68 229.23 0.93 0.16
Hex 3 11 51 60 4F 0 44 E5 5D 10
Octal 3 21 121 140 117 0 104 345 135 20
Binary 11 10001 1010001 1100000 1001111 0 1000100 11100101 1011101 10000

Color Harmonies of #031151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031151

Black with #031151

Text Example


Text Example

White with #031151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031151; }

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

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

background-color css

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

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

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

border-color css

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

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

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