Html Css Color HEX #031473 Sapphire

📋 copy color: '#031473'

red 3 ◦ green 20 ◦ blue 115

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

Shades of Sapphire #031473

Tints of Sapphire #031473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 83.33%

R = 2.17%
G = 14.49%
B = 83.33%

CMYK

 C value IS 0.97

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#031473 (or 0x031473) is known color: Sapphire. HEX triplet: 03, 14 and 73. RGB value is (3,20,115). Sum of RGB (Red+Green+Blue) = 3+20+115=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 115 (45.31% from 255 or 83.33% from 138); Max value from RGB is 115 - color contains mainly: blue. Hex color #031473 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031473 is #FCEB8C. Grayscale: #191919. Windows color (decimal): -16575373 or 7541763. OLE color: 7541763.

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

Color convert

RGB 3 20 115 -
CMYK 0.97 0.83 0 0.55
HSL 230.89º 0.95% 0.23% -
HSV(B) 230.89º 0.97% 0.45% -
XYZ 3.38 1.76 16.38 -
YUV 25.75 178.37 111.78 -
System Red Green Blue C M Y K H S L
Decimal 3 20 115 0.97 0.83 0 0.55 230.89 0.95 0.23
Hex 3 14 73 61 53 0 37 E7 5F 17
Octal 3 24 163 141 123 0 67 347 137 27
Binary 11 10100 1110011 1100001 1010011 0 110111 11100111 1011111 10111

Color Harmonies of #031473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031473

Black with #031473

Text Example


Text Example

White with #031473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031473; }

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

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

background-color css

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

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

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

border-color css

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

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

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