Html Css Color HEX #142160 Sapphire

📋 copy color: '#142160'

red 20 ◦ green 33 ◦ blue 96

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

Shades of Sapphire #142160

Tints of Sapphire #142160

RGB

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

 GREEN value IS 33 (13.28% from 255) = 22.15%

 BLUE value IS 96 (37.89% from 255) = 64.43%

R = 13.42%
G = 22.15%
B = 64.43%

CMYK

 C value IS 0.79

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#142160 (or 0x142160) is known color: Sapphire. HEX triplet: 14, 21 and 60. RGB value is (20,33,96). Sum of RGB (Red+Green+Blue) = 20+33+96=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 33 (13.28% from 255 or 22.15% from 149); Blue value is 96 (37.89% from 255 or 64.43% from 149); Max value from RGB is 96 - color contains mainly: blue. Hex color #142160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142160 is #EBDE9F. Grayscale: #242424. Windows color (decimal): -15457952 or 6299924. OLE color: 6299924.

HSL color Cylindrical-coordinate representation of color #142160: hue angle of 229.74º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #142160 is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 20 33 96 -
CMYK 0.79 0.66 0 0.62
HSL 229.74º 0.66% 0.23% -
HSV(B) 229.74º 0.79% 0.38% -
XYZ 2.94 2.08 11.31 -
YUV 36.3 161.69 116.38 -
System Red Green Blue C M Y K H S L
Decimal 20 33 96 0.79 0.66 0 0.62 229.74 0.66 0.23
Hex 14 21 60 4F 42 0 3E E6 42 17
Octal 24 41 140 117 102 0 76 346 102 27
Binary 10100 100001 1100000 1001111 1000010 0 111110 11100110 1000010 10111

Color Harmonies of #142160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142160

Black with #142160

Text Example


Text Example

White with #142160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142160; }

 p { color: rgb(20,33,96); }

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

background-color css

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

 a { background-color: rgb(20,33,96); }

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

border-color css

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

 span { border-color: rgb(20,33,96); }

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