Html Css Color HEX #143169 Sapphire

📋 copy color: '#143169'

red 20 ◦ green 49 ◦ blue 105

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

Shades of Sapphire #143169

Tints of Sapphire #143169

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.16%

 BLUE value IS 105 (41.41% from 255) = 60.34%

R = 11.49%
G = 28.16%
B = 60.34%

CMYK

 C value IS 0.81

 M value IS 0.53

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#143169 (or 0x143169) is known color: Sapphire. HEX triplet: 14, 31 and 69. RGB value is (20,49,105). Sum of RGB (Red+Green+Blue) = 20+49+105=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 105 (41.41% from 255 or 60.34% from 174); Max value from RGB is 105 - color contains mainly: blue. Hex color #143169 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143169 is #EBCE96. Grayscale: #2E2E2E. Windows color (decimal): -15453847 or 6893844. OLE color: 6893844.

HSL color Cylindrical-coordinate representation of color #143169: hue angle of 219.53º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #143169 is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 49 105 -
CMYK 0.81 0.53 0 0.59
HSL 219.53º 0.68% 0.25% -
HSV(B) 219.53º 0.81% 0.41% -
XYZ 3.94 3.37 13.81 -
YUV 46.71 160.89 108.95 -
System Red Green Blue C M Y K H S L
Decimal 20 49 105 0.81 0.53 0 0.59 219.53 0.68 0.25
Hex 14 31 69 51 35 0 3B DC 44 19
Octal 24 61 151 121 65 0 73 334 104 31
Binary 10100 110001 1101001 1010001 110101 0 111011 11011100 1000100 11001

Color Harmonies of #143169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143169

Black with #143169

Text Example


Text Example

White with #143169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143169; }

 p { color: rgb(20,49,105); }

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

background-color css

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

 a { background-color: rgb(20,49,105); }

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

border-color css

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

 span { border-color: rgb(20,49,105); }

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