Html Css Color HEX #142256 Sapphire

📋 copy color: '#142256'

red 20 ◦ green 34 ◦ blue 86

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

Shades of Sapphire #142256

Tints of Sapphire #142256

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.29%

 BLUE value IS 86 (33.98% from 255) = 61.43%

R = 14.29%
G = 24.29%
B = 61.43%

CMYK

 C value IS 0.77

 M value IS 0.60

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#142256 (or 0x142256) is known color: Sapphire. HEX triplet: 14, 22 and 56. RGB value is (20,34,86). Sum of RGB (Red+Green+Blue) = 20+34+86=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 34 (13.67% from 255 or 24.29% from 140); Blue value is 86 (33.98% from 255 or 61.43% from 140); Max value from RGB is 86 - color contains mainly: blue. Hex color #142256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142256 is #EBDDA9. Grayscale: #232323. Windows color (decimal): -15457706 or 5644820. OLE color: 5644820.

HSL color Cylindrical-coordinate representation of color #142256: hue angle of 227.27º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #142256 is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 20 34 86 -
CMYK 0.77 0.60 0 0.66
HSL 227.27º 0.62% 0.21% -
HSV(B) 227.27º 0.77% 0.34% -
XYZ 2.54 1.96 9.05 -
YUV 35.74 156.36 116.77 -
System Red Green Blue C M Y K H S L
Decimal 20 34 86 0.77 0.60 0 0.66 227.27 0.62 0.21
Hex 14 22 56 4D 3C 0 42 E3 3E 15
Octal 24 42 126 115 74 0 102 343 76 25
Binary 10100 100010 1010110 1001101 111100 0 1000010 11100011 111110 10101

Color Harmonies of #142256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142256

Black with #142256

Text Example


Text Example

White with #142256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142256; }

 p { color: rgb(20,34,86); }

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

background-color css

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

 a { background-color: rgb(20,34,86); }

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

border-color css

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

 span { border-color: rgb(20,34,86); }

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