Html Css Color HEX #143473 Sapphire

📋 copy color: '#143473'

red 20 ◦ green 52 ◦ blue 115

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

Shades of Sapphire #143473

Tints of Sapphire #143473

RGB

 RED value IS 20 (8.2% from 255) = 10.7%

 GREEN value IS 52 (20.7% from 255) = 27.81%

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

R = 10.7%
G = 27.81%
B = 61.5%

CMYK

 C value IS 0.83

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#143473 (or 0x143473) is known color: Sapphire. HEX triplet: 14, 34 and 73. RGB value is (20,52,115). Sum of RGB (Red+Green+Blue) = 20+52+115=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 115 (45.31% from 255 or 61.50% from 187); Max value from RGB is 115 - color contains mainly: blue. Hex color #143473 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143473 is #EBCB8C. Grayscale: #313131. Windows color (decimal): -15453069 or 7549972. OLE color: 7549972.

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

Color convert

RGB 20 52 115 -
CMYK 0.83 0.55 0 0.55
HSL 219.79º 0.7% 0.26% -
HSV(B) 219.79º 0.83% 0.45% -
XYZ 4.61 3.84 16.72 -
YUV 49.61 164.9 106.88 -
System Red Green Blue C M Y K H S L
Decimal 20 52 115 0.83 0.55 0 0.55 219.79 0.7 0.26
Hex 14 34 73 53 37 0 37 DC 46 1A
Octal 24 64 163 123 67 0 67 334 106 32
Binary 10100 110100 1110011 1010011 110111 0 110111 11011100 1000110 11010

Color Harmonies of #143473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143473

Black with #143473

Text Example


Text Example

White with #143473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143473; }

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

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

background-color css

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

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

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

border-color css

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

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

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