Html Css Color HEX #142957 Sapphire

📋 copy color: '#142957'

red 20 ◦ green 41 ◦ blue 87

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

Shades of Sapphire #142957

Tints of Sapphire #142957

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.7%

 BLUE value IS 87 (34.38% from 255) = 58.78%

R = 13.51%
G = 27.7%
B = 58.78%

CMYK

 C value IS 0.77

 M value IS 0.53

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#142957 (or 0x142957) is known color: Sapphire. HEX triplet: 14, 29 and 57. RGB value is (20,41,87). Sum of RGB (Red+Green+Blue) = 20+41+87=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 87 (34.38% from 255 or 58.78% from 148); Max value from RGB is 87 - color contains mainly: blue. Hex color #142957 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142957 is #EBD6A8. Grayscale: #272727. Windows color (decimal): -15455913 or 5712148. OLE color: 5712148.

HSL color Cylindrical-coordinate representation of color #142957: hue angle of 221.19º degrees, saturation: 0.63, 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 #142957 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 20 41 87 -
CMYK 0.77 0.53 0 0.66
HSL 221.19º 0.63% 0.21% -
HSV(B) 221.19º 0.77% 0.34% -
XYZ 2.8 2.42 9.34 -
YUV 39.97 154.54 113.76 -
System Red Green Blue C M Y K H S L
Decimal 20 41 87 0.77 0.53 0 0.66 221.19 0.63 0.21
Hex 14 29 57 4D 35 0 42 DD 3F 15
Octal 24 51 127 115 65 0 102 335 77 25
Binary 10100 101001 1010111 1001101 110101 0 1000010 11011101 111111 10101

Color Harmonies of #142957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142957

Black with #142957

Text Example


Text Example

White with #142957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142957; }

 p { color: rgb(20,41,87); }

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

background-color css

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

 a { background-color: rgb(20,41,87); }

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

border-color css

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

 span { border-color: rgb(20,41,87); }

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