Html Css Color HEX #143080 Sapphire

📋 copy color: '#143080'

red 20 ◦ green 48 ◦ blue 128

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

Shades of Sapphire #143080

Tints of Sapphire #143080

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.49%

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

R = 10.2%
G = 24.49%
B = 65.31%

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

#143080 (or 0x143080) is known color: Sapphire. HEX triplet: 14, 30 and 80. RGB value is (20,48,128). Sum of RGB (Red+Green+Blue) = 20+48+128=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 128 (50.39% from 255 or 65.31% from 196); Max value from RGB is 128 - color contains mainly: blue. Hex color #143080 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143080 is #EBCF7F. Grayscale: #303030. Windows color (decimal): -15454080 or 8400916. OLE color: 8400916.

HSL color Cylindrical-coordinate representation of color #143080: hue angle of 224.44º 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 #143080 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 48 128 -
CMYK 0.84 0.62 0 0.50
HSL 224.44º 0.73% 0.29% -
HSV(B) 224.44º 0.84% 0.5% -
XYZ 5.24 3.82 20.88 -
YUV 48.75 172.72 107.5 -
System Red Green Blue C M Y K H S L
Decimal 20 48 128 0.84 0.62 0 0.50 224.44 0.73 0.29
Hex 14 30 80 54 3E 0 32 E0 49 1D
Octal 24 60 200 124 76 0 62 340 111 35
Binary 10100 110000 10000000 1010100 111110 0 110010 11100000 1001001 11101

Color Harmonies of #143080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143080

Black with #143080

Text Example


Text Example

White with #143080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143080; }

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

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

background-color css

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

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

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

border-color css

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

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

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