Html Css Color HEX #142755 Sapphire

📋 copy color: '#142755'

red 20 ◦ green 39 ◦ blue 85

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

Shades of Sapphire #142755

Tints of Sapphire #142755

RGB

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

 GREEN value IS 39 (15.63% from 255) = 27.08%

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

R = 13.89%
G = 27.08%
B = 59.03%

CMYK

 C value IS 0.76

 M value IS 0.54

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#142755 (or 0x142755) is known color: Sapphire. HEX triplet: 14, 27 and 55. RGB value is (20,39,85). Sum of RGB (Red+Green+Blue) = 20+39+85=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 39 (15.62% from 255 or 27.08% from 144); Blue value is 85 (33.59% from 255 or 59.03% from 144); Max value from RGB is 85 - color contains mainly: blue. Hex color #142755 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142755 is #EBD8AA. Grayscale: #262626. Windows color (decimal): -15456427 or 5580564. OLE color: 5580564.

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

Color convert

RGB 20 39 85 -
CMYK 0.76 0.54 0 0.67
HSL 222.46º 0.62% 0.21% -
HSV(B) 222.46º 0.76% 0.33% -
XYZ 2.65 2.26 8.89 -
YUV 38.56 154.21 114.76 -
System Red Green Blue C M Y K H S L
Decimal 20 39 85 0.76 0.54 0 0.67 222.46 0.62 0.21
Hex 14 27 55 4C 36 0 43 DE 3E 15
Octal 24 47 125 114 66 0 103 336 76 25
Binary 10100 100111 1010101 1001100 110110 0 1000011 11011110 111110 10101

Color Harmonies of #142755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142755

Black with #142755

Text Example


Text Example

White with #142755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142755; }

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

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

background-color css

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

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

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

border-color css

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

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

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