Html Css Color HEX #143180 Sapphire

📋 copy color: '#143180'

red 20 ◦ green 49 ◦ blue 128

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

Shades of Sapphire #143180

Tints of Sapphire #143180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 64.97%

R = 10.15%
G = 24.87%
B = 64.97%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#143180 (or 0x143180) is known color: Sapphire. HEX triplet: 14, 31 and 80. RGB value is (20,49,128). Sum of RGB (Red+Green+Blue) = 20+49+128=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 128 (50.39% from 255 or 64.97% from 197); Max value from RGB is 128 - color contains mainly: blue. Hex color #143180 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143180 is #EBCE7F. Grayscale: #303030. Windows color (decimal): -15453824 or 8401172. OLE color: 8401172.

HSL color Cylindrical-coordinate representation of color #143180: hue angle of 223.89º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #143180 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 49 128 -
CMYK 0.84 0.62 0 0.50
HSL 223.89º 0.73% 0.29% -
HSV(B) 223.89º 0.84% 0.5% -
XYZ 5.28 3.9 20.9 -
YUV 49.34 172.39 107.08 -
System Red Green Blue C M Y K H S L
Decimal 20 49 128 0.84 0.62 0 0.50 223.89 0.73 0.29
Hex 14 31 80 54 3E 0 32 E0 49 1D
Octal 24 61 200 124 76 0 62 340 111 35
Binary 10100 110001 10000000 1010100 111110 0 110010 11100000 1001001 11101

Color Harmonies of #143180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143180

Black with #143180

Text Example


Text Example

White with #143180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143180; }

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

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

background-color css

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

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

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

border-color css

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

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

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