Html Css Color HEX #031451 Sapphire

📋 copy color: '#031451'

red 3 ◦ green 20 ◦ blue 81

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

Shades of Sapphire #031451

Tints of Sapphire #031451

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.23%

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

R = 2.88%
G = 19.23%
B = 77.88%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#031451 (or 0x031451) is known color: Sapphire. HEX triplet: 03, 14 and 51. RGB value is (3,20,81). Sum of RGB (Red+Green+Blue) = 3+20+81=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 20 (8.20% from 255 or 19.23% from 104); Blue value is 81 (32.03% from 255 or 77.88% from 104); Max value from RGB is 81 - color contains mainly: blue. Hex color #031451 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031451 is #FCEBAE. Grayscale: #151515. Windows color (decimal): -16575407 or 5313539. OLE color: 5313539.

HSL color Cylindrical-coordinate representation of color #031451: hue angle of 226.92º 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 #031451 is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 3 20 81 -
CMYK 0.96 0.75 0 0.68
HSL 226.92º 0.93% 0.16% -
HSV(B) 226.92º 0.96% 0.32% -
XYZ 1.77 1.11 7.91 -
YUV 21.87 161.37 114.54 -
System Red Green Blue C M Y K H S L
Decimal 3 20 81 0.96 0.75 0 0.68 226.92 0.93 0.16
Hex 3 14 51 60 4B 0 44 E3 5D 10
Octal 3 24 121 140 113 0 104 343 135 20
Binary 11 10100 1010001 1100000 1001011 0 1000100 11100011 1011101 10000

Color Harmonies of #031451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031451

Black with #031451

Text Example


Text Example

White with #031451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031451; }

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

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

background-color css

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

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

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

border-color css

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

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

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