Html Css Color HEX #142657 Sapphire

📋 copy color: '#142657'

red 20 ◦ green 38 ◦ blue 87

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

Shades of Sapphire #142657

Tints of Sapphire #142657

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.21%

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

R = 13.79%
G = 26.21%
B = 60%

CMYK

 C value IS 0.77

 M value IS 0.56

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#142657 (or 0x142657) is known color: Sapphire. HEX triplet: 14, 26 and 57. RGB value is (20,38,87). Sum of RGB (Red+Green+Blue) = 20+38+87=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 87 (34.38% from 255 or 60% from 145); Max value from RGB is 87 - color contains mainly: blue. Hex color #142657 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142657 is #EBD9A8. Grayscale: #252525. Windows color (decimal): -15456681 or 5711380. OLE color: 5711380.

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

Color convert

RGB 20 38 87 -
CMYK 0.77 0.56 0 0.66
HSL 223.88º 0.63% 0.21% -
HSV(B) 223.88º 0.77% 0.34% -
XYZ 2.7 2.22 9.3 -
YUV 38.2 155.54 115.02 -
System Red Green Blue C M Y K H S L
Decimal 20 38 87 0.77 0.56 0 0.66 223.88 0.63 0.21
Hex 14 26 57 4D 38 0 42 E0 3F 15
Octal 24 46 127 115 70 0 102 340 77 25
Binary 10100 100110 1010111 1001101 111000 0 1000010 11100000 111111 10101

Color Harmonies of #142657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142657

Black with #142657

Text Example


Text Example

White with #142657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142657; }

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

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

background-color css

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

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

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

border-color css

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

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

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