Html Css Color HEX #143076 Sapphire

📋 copy color: '#143076'

red 20 ◦ green 48 ◦ blue 118

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

Shades of Sapphire #143076

Tints of Sapphire #143076

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.81%

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

R = 10.75%
G = 25.81%
B = 63.44%

CMYK

 C value IS 0.83

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#143076 (or 0x143076) is known color: Sapphire. HEX triplet: 14, 30 and 76. RGB value is (20,48,118). Sum of RGB (Red+Green+Blue) = 20+48+118=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 118 (46.48% from 255 or 63.44% from 186); Max value from RGB is 118 - color contains mainly: blue. Hex color #143076 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143076 is #EBCF89. Grayscale: #2F2F2F. Windows color (decimal): -15454090 or 7745556. OLE color: 7745556.

HSL color Cylindrical-coordinate representation of color #143076: hue angle of 222.86º 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 #143076 is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 48 118 -
CMYK 0.83 0.59 0 0.54
HSL 222.86º 0.71% 0.27% -
HSV(B) 222.86º 0.83% 0.46% -
XYZ 4.62 3.57 17.59 -
YUV 47.61 167.72 108.31 -
System Red Green Blue C M Y K H S L
Decimal 20 48 118 0.83 0.59 0 0.54 222.86 0.71 0.27
Hex 14 30 76 53 3B 0 36 DF 47 1B
Octal 24 60 166 123 73 0 66 337 107 33
Binary 10100 110000 1110110 1010011 111011 0 110110 11011111 1000111 11011

Color Harmonies of #143076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143076

Black with #143076

Text Example


Text Example

White with #143076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143076; }

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

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

background-color css

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

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

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

border-color css

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

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

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