Html Css Color HEX #031447 Sapphire

📋 copy color: '#031447'

red 3 ◦ green 20 ◦ blue 71

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

Shades of Sapphire #031447

Tints of Sapphire #031447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 75.53%

R = 3.19%
G = 21.28%
B = 75.53%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#031447 (or 0x031447) is known color: Sapphire. HEX triplet: 03, 14 and 47. RGB value is (3,20,71). Sum of RGB (Red+Green+Blue) = 3+20+71=94 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.19% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 71 (28.12% from 255 or 75.53% from 94); Max value from RGB is 71 - color contains mainly: blue. Hex color #031447 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031447 is #FCEBB8. Grayscale: #141414. Windows color (decimal): -16575417 or 4658179. OLE color: 4658179.

HSL color Cylindrical-coordinate representation of color #031447: hue angle of 225º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031447 is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 3 20 71 -
CMYK 0.96 0.72 0 0.72
HSL 225º 0.92% 0.15% -
HSV(B) 225º 0.96% 0.28% -
XYZ 1.43 0.97 6.07 -
YUV 20.73 156.37 115.35 -
System Red Green Blue C M Y K H S L
Decimal 3 20 71 0.96 0.72 0 0.72 225 0.92 0.15
Hex 3 14 47 60 48 0 48 E1 5C F
Octal 3 24 107 140 110 0 110 341 134 17
Binary 11 10100 1000111 1100000 1001000 0 1001000 11100001 1011100 1111

Color Harmonies of #031447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031447

Black with #031447

Text Example


Text Example

White with #031447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031447; }

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

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

background-color css

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

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

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

border-color css

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

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

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