Html Css Color HEX #142855 Sapphire

📋 copy color: '#142855'

red 20 ◦ green 40 ◦ blue 85

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

Shades of Sapphire #142855

Tints of Sapphire #142855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 58.62%

R = 13.79%
G = 27.59%
B = 58.62%

CMYK

 C value IS 0.76

 M value IS 0.53

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#142855 (or 0x142855) is known color: Sapphire. HEX triplet: 14, 28 and 55. RGB value is (20,40,85). Sum of RGB (Red+Green+Blue) = 20+40+85=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 85 (33.59% from 255 or 58.62% from 145); Max value from RGB is 85 - color contains mainly: blue. Hex color #142855 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142855 is #EBD7AA. Grayscale: #262626. Windows color (decimal): -15456171 or 5580820. OLE color: 5580820.

HSL color Cylindrical-coordinate representation of color #142855: hue angle of 221.54º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #142855 is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 40 85 -
CMYK 0.76 0.53 0 0.67
HSL 221.54º 0.62% 0.21% -
HSV(B) 221.54º 0.76% 0.33% -
XYZ 2.69 2.32 8.9 -
YUV 39.15 153.87 114.34 -
System Red Green Blue C M Y K H S L
Decimal 20 40 85 0.76 0.53 0 0.67 221.54 0.62 0.21
Hex 14 28 55 4C 35 0 43 DE 3E 15
Octal 24 50 125 114 65 0 103 336 76 25
Binary 10100 101000 1010101 1001100 110101 0 1000011 11011110 111110 10101

Color Harmonies of #142855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142855

Black with #142855

Text Example


Text Example

White with #142855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142855; }

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

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

background-color css

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

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

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

border-color css

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

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

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