Html Css Color HEX #142871 Sapphire

📋 copy color: '#142871'

red 20 ◦ green 40 ◦ blue 113

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

Shades of Sapphire #142871

Tints of Sapphire #142871

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.12%

 BLUE value IS 113 (44.53% from 255) = 65.32%

R = 11.56%
G = 23.12%
B = 65.32%

CMYK

 C value IS 0.82

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#142871 (or 0x142871) is known color: Sapphire. HEX triplet: 14, 28 and 71. RGB value is (20,40,113). Sum of RGB (Red+Green+Blue) = 20+40+113=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 113 (44.53% from 255 or 65.32% from 173); Max value from RGB is 113 - color contains mainly: blue. Hex color #142871 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142871 is #EBD78E. Grayscale: #2A2A2A. Windows color (decimal): -15456143 or 7415828. OLE color: 7415828.

HSL color Cylindrical-coordinate representation of color #142871: hue angle of 227.1º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #142871 is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 40 113 -
CMYK 0.82 0.65 0 0.56
HSL 227.1º 0.7% 0.26% -
HSV(B) 227.1º 0.82% 0.44% -
XYZ 4.03 2.86 15.96 -
YUV 42.34 167.87 112.06 -
System Red Green Blue C M Y K H S L
Decimal 20 40 113 0.82 0.65 0 0.56 227.1 0.7 0.26
Hex 14 28 71 52 41 0 38 E3 46 1A
Octal 24 50 161 122 101 0 70 343 106 32
Binary 10100 101000 1110001 1010010 1000001 0 111000 11100011 1000110 11010

Color Harmonies of #142871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142871

Black with #142871

Text Example


Text Example

White with #142871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142871; }

 p { color: rgb(20,40,113); }

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

background-color css

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

 a { background-color: rgb(20,40,113); }

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

border-color css

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

 span { border-color: rgb(20,40,113); }

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