Html Css Color HEX #143263 Sapphire

📋 copy color: '#143263'

red 20 ◦ green 50 ◦ blue 99

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

Shades of Sapphire #143263

Tints of Sapphire #143263

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.59%

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

R = 11.83%
G = 29.59%
B = 58.58%

CMYK

 C value IS 0.80

 M value IS 0.49

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#143263 (or 0x143263) is known color: Sapphire. HEX triplet: 14, 32 and 63. RGB value is (20,50,99). Sum of RGB (Red+Green+Blue) = 20+50+99=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 99 (39.06% from 255 or 58.58% from 169); Max value from RGB is 99 - color contains mainly: blue. Hex color #143263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143263 is #EBCD9C. Grayscale: #2E2E2E. Windows color (decimal): -15453597 or 6500884. OLE color: 6500884.

HSL color Cylindrical-coordinate representation of color #143263: hue angle of 217.22º 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 #143263 is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 20 50 99 -
CMYK 0.80 0.49 0 0.61
HSL 217.22º 0.66% 0.23% -
HSV(B) 217.22º 0.8% 0.39% -
XYZ 3.68 3.33 12.25 -
YUV 46.62 157.56 109.02 -
System Red Green Blue C M Y K H S L
Decimal 20 50 99 0.80 0.49 0 0.61 217.22 0.66 0.23
Hex 14 32 63 50 31 0 3D D9 42 17
Octal 24 62 143 120 61 0 75 331 102 27
Binary 10100 110010 1100011 1010000 110001 0 111101 11011001 1000010 10111

Color Harmonies of #143263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143263

Black with #143263

Text Example


Text Example

White with #143263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143263; }

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

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

background-color css

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

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

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

border-color css

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

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

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