Html Css Color HEX #143168 Sapphire

📋 copy color: '#143168'

red 20 ◦ green 49 ◦ blue 104

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

Shades of Sapphire #143168

Tints of Sapphire #143168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 60.12%

R = 11.56%
G = 28.32%
B = 60.12%

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

#143168 (or 0x143168) is known color: Sapphire. HEX triplet: 14, 31 and 68. RGB value is (20,49,104). Sum of RGB (Red+Green+Blue) = 20+49+104=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 104 (41.02% from 255 or 60.12% from 173); Max value from RGB is 104 - color contains mainly: blue. Hex color #143168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143168 is #EBCE97. Grayscale: #2E2E2E. Windows color (decimal): -15453848 or 6828308. OLE color: 6828308.

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

Color convert

RGB 20 49 104 -
CMYK 0.81 0.53 0 0.59
HSL 219.29º 0.68% 0.24% -
HSV(B) 219.29º 0.81% 0.41% -
XYZ 3.89 3.34 13.54 -
YUV 46.6 160.39 109.03 -
System Red Green Blue C M Y K H S L
Decimal 20 49 104 0.81 0.53 0 0.59 219.29 0.68 0.24
Hex 14 31 68 51 35 0 3B DB 44 18
Octal 24 61 150 121 65 0 73 333 104 30
Binary 10100 110001 1101000 1010001 110101 0 111011 11011011 1000100 11000

Color Harmonies of #143168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143168

Black with #143168

Text Example


Text Example

White with #143168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143168; }

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

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

background-color css

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

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

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

border-color css

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

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

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