Html Css Color HEX #143178 Sapphire

📋 copy color: '#143178'

red 20 ◦ green 49 ◦ blue 120

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

Shades of Sapphire #143178

Tints of Sapphire #143178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 63.49%

R = 10.58%
G = 25.93%
B = 63.49%

CMYK

 C value IS 0.83

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#143178 (or 0x143178) is known color: Sapphire. HEX triplet: 14, 31 and 78. RGB value is (20,49,120). Sum of RGB (Red+Green+Blue) = 20+49+120=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 49 (19.53% from 255 or 25.93% from 189); Blue value is 120 (47.27% from 255 or 63.49% from 189); Max value from RGB is 120 - color contains mainly: blue. Hex color #143178 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143178 is #EBCE87. Grayscale: #303030. Windows color (decimal): -15453832 or 7876884. OLE color: 7876884.

HSL color Cylindrical-coordinate representation of color #143178: hue angle of 222.6º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #143178 is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 49 120 -
CMYK 0.83 0.59 0 0.53
HSL 222.6º 0.71% 0.27% -
HSV(B) 222.6º 0.83% 0.47% -
XYZ 4.78 3.7 18.23 -
YUV 48.42 168.39 107.73 -
System Red Green Blue C M Y K H S L
Decimal 20 49 120 0.83 0.59 0 0.53 222.6 0.71 0.27
Hex 14 31 78 53 3B 0 35 DF 47 1B
Octal 24 61 170 123 73 0 65 337 107 33
Binary 10100 110001 1111000 1010011 111011 0 110101 11011111 1000111 11011

Color Harmonies of #143178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143178

Black with #143178

Text Example


Text Example

White with #143178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143178; }

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

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

background-color css

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

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

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

border-color css

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

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

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