Html Css Color HEX #031471 Sapphire

📋 copy color: '#031471'

red 3 ◦ green 20 ◦ blue 113

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

Shades of Sapphire #031471

Tints of Sapphire #031471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 83.09%

R = 2.21%
G = 14.71%
B = 83.09%

CMYK

 C value IS 0.97

 M value IS 0.82

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#031471 (or 0x031471) is known color: Sapphire. HEX triplet: 03, 14 and 71. RGB value is (3,20,113). Sum of RGB (Red+Green+Blue) = 3+20+113=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 113 (44.53% from 255 or 83.09% from 136); Max value from RGB is 113 - color contains mainly: blue. Hex color #031471 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031471 is #FCEB8E. Grayscale: #191919. Windows color (decimal): -16575375 or 7410691. OLE color: 7410691.

HSL color Cylindrical-coordinate representation of color #031471: hue angle of 230.73º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031471 is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 20 113 -
CMYK 0.97 0.82 0 0.56
HSL 230.73º 0.95% 0.23% -
HSV(B) 230.73º 0.97% 0.44% -
XYZ 3.27 1.71 15.78 -
YUV 25.52 177.37 111.94 -
System Red Green Blue C M Y K H S L
Decimal 3 20 113 0.97 0.82 0 0.56 230.73 0.95 0.23
Hex 3 14 71 61 52 0 38 E7 5F 17
Octal 3 24 161 141 122 0 70 347 137 27
Binary 11 10100 1110001 1100001 1010010 0 111000 11100111 1011111 10111

Color Harmonies of #031471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031471

Black with #031471

Text Example


Text Example

White with #031471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031471; }

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

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

background-color css

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

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

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

border-color css

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

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

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