Html Css Color HEX #143276 Sapphire

📋 copy color: '#143276'

red 20 ◦ green 50 ◦ blue 118

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

Shades of Sapphire #143276

Tints of Sapphire #143276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 62.77%

R = 10.64%
G = 26.6%
B = 62.77%

CMYK

 C value IS 0.83

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#143276 (or 0x143276) is known color: Sapphire. HEX triplet: 14, 32 and 76. RGB value is (20,50,118). Sum of RGB (Red+Green+Blue) = 20+50+118=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 118 (46.48% from 255 or 62.77% from 188); Max value from RGB is 118 - color contains mainly: blue. Hex color #143276 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143276 is #EBCD89. Grayscale: #303030. Windows color (decimal): -15453578 or 7746068. OLE color: 7746068.

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

Color convert

RGB 20 50 118 -
CMYK 0.83 0.58 0 0.54
HSL 221.63º 0.71% 0.27% -
HSV(B) 221.63º 0.83% 0.46% -
XYZ 4.7 3.74 17.61 -
YUV 48.78 167.06 107.47 -
System Red Green Blue C M Y K H S L
Decimal 20 50 118 0.83 0.58 0 0.54 221.63 0.71 0.27
Hex 14 32 76 53 3A 0 36 DE 47 1B
Octal 24 62 166 123 72 0 66 336 107 33
Binary 10100 110010 1110110 1010011 111010 0 110110 11011110 1000111 11011

Color Harmonies of #143276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143276

Black with #143276

Text Example


Text Example

White with #143276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143276; }

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

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

background-color css

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

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

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

border-color css

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

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

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