Html Css Color HEX #143163 Sapphire

📋 copy color: '#143163'

red 20 ◦ green 49 ◦ blue 99

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

Shades of Sapphire #143163

Tints of Sapphire #143163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 58.93%

R = 11.9%
G = 29.17%
B = 58.93%

CMYK

 C value IS 0.80

 M value IS 0.51

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#143163 (or 0x143163) is known color: Sapphire. HEX triplet: 14, 31 and 63. RGB value is (20,49,99). Sum of RGB (Red+Green+Blue) = 20+49+99=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 99 (39.06% from 255 or 58.93% from 168); Max value from RGB is 99 - color contains mainly: blue. Hex color #143163 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143163 is #EBCE9C. Grayscale: #2D2D2D. Windows color (decimal): -15453853 or 6500628. OLE color: 6500628.

HSL color Cylindrical-coordinate representation of color #143163: hue angle of 217.97º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #143163 is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 20 49 99 -
CMYK 0.80 0.51 0 0.61
HSL 217.97º 0.66% 0.23% -
HSV(B) 217.97º 0.8% 0.39% -
XYZ 3.64 3.25 12.24 -
YUV 46.03 157.89 109.43 -
System Red Green Blue C M Y K H S L
Decimal 20 49 99 0.80 0.51 0 0.61 217.97 0.66 0.23
Hex 14 31 63 50 33 0 3D DA 42 17
Octal 24 61 143 120 63 0 75 332 102 27
Binary 10100 110001 1100011 1010000 110011 0 111101 11011010 1000010 10111

Color Harmonies of #143163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143163

Black with #143163

Text Example


Text Example

White with #143163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143163; }

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

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

background-color css

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

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

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

border-color css

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

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

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